Class StudentEnrollmentPeriodLessonTestEntity
This class represents the EntityModel interface to the AdEnrollLessonTest database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentPeriodLessonTestEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentEnrollmentPeriodLessonTestEntity()
Declaration
public StudentEnrollmentPeriodLessonTestEntity()
Fields
BilledDateProperty
The BilledDate property.
Declaration
public static readonly EntityProperty BilledDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClassSectionLessonTestIdProperty
The ClassSectionLessonTestId property.
Declaration
public static readonly EntityProperty ClassSectionLessonTestIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FinalGradePercentProperty
The FinalGradePercent property.
Declaration
public static readonly EntityProperty FinalGradePercentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradedDateProperty
The GradedDate property.
Declaration
public static readonly EntityProperty GradedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradePostedDateProperty
The GradePostedDate property.
Declaration
public static readonly EntityProperty GradePostedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAbsentProperty
The IsAbsent property.
Declaration
public static readonly EntityProperty IsAbsentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRetakeProperty
The IsRetake property.
Declaration
public static readonly EntityProperty IsRetakeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LessonCategoryProperty
The LessonCategory property.
Declaration
public static readonly EntityProperty LessonCategoryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LessonNumberProperty
The LessonNumber property.
Declaration
public static readonly EntityProperty LessonNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LetterGradeProperty
The LetterGrade property.
Declaration
public static readonly EntityProperty LetterGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumericGradeProperty
The NumericGrade property.
Declaration
public static readonly EntityProperty NumericGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PayStatusProperty
The PayStatus property.
Declaration
public static readonly EntityProperty PayStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReasonProperty
The Reason property.
Declaration
public static readonly EntityProperty ReasonProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceivedDateProperty
The ReceivedDate property.
Declaration
public static readonly EntityProperty ReceivedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestedDateProperty
The RequestedDate property.
Declaration
public static readonly EntityProperty RequestedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenueReferenceNumberProperty
The RevenueReferenceNumber property.
Declaration
public static readonly EntityProperty RevenueReferenceNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SentDateProperty
The SentDate property.
Declaration
public static readonly EntityProperty SentDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodLessonIdProperty
The StudentEnrollmentPeriodLessonId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodLessonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TakenDateProperty
The TakenDate property.
Declaration
public static readonly EntityProperty TakenDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BilledDate
Gets or sets the BilledDate associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public DateTime? BilledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BilledDate. |
ClassSectionLessonTestId
Gets or sets the ClassSectionLessonTestId associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public int ClassSectionLessonTestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionLessonTestId. |
Code
Gets or sets the Code associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FinalGradePercent
Gets or sets the FinalGradePercent associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public decimal FinalGradePercent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The FinalGradePercent. |
GradedDate
Gets or sets the GradedDate associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public DateTime? GradedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The GradedDate. |
GradePostedDate
Gets or sets the GradePostedDate associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public DateTime? GradePostedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The GradePostedDate. |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAbsent
Gets or sets the IsAbsent associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public bool IsAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAbsent. |
IsRetake
Gets or sets the IsRetake associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public bool IsRetake { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRetake. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LessonCategory
Gets or sets the LessonCategory associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string LessonCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LessonCategory. |
LessonNumber
Gets or sets the LessonNumber associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public int LessonNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LessonNumber. |
LetterGrade
Gets or sets the LetterGrade associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string LetterGrade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LetterGrade. |
Name
Gets or sets the Name associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumericGrade
Gets or sets the NumericGrade associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public decimal? NumericGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The NumericGrade. |
PayStatus
Gets or sets the PayStatus associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string PayStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayStatus. |
Reason
Gets or sets the Reason associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reason. |
ReceivedDate
Gets or sets the ReceivedDate associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public DateTime? ReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceivedDate. |
RequestedDate
Gets or sets the RequestedDate associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public DateTime? RequestedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RequestedDate. |
RevenueReferenceNumber
Gets or sets the RevenueReferenceNumber associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string RevenueReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RevenueReferenceNumber. |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SentDate
Gets or sets the SentDate associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public DateTime? SentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SentDate. |
Status
Gets or sets the Status associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentEnrollmentPeriodLessonId
Gets or sets the StudentEnrollmentPeriodLessonId associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public int StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodLessonId. |
TakenDate
Gets or sets the TakenDate associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public DateTime? TakenDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TakenDate. |
Type
Gets or sets the Type associated with this StudentEnrollmentPeriodLessonTestEntity.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()