Class StudentEnrollmentPeriodLesson
This class represents the EntityModel interface to the AdEnrollLesson database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentPeriodLesson
Constructors
StudentEnrollmentPeriodLesson()
Declaration
public StudentEnrollmentPeriodLesson()
Properties
BilledDate
Gets or sets the BilledDate associated with this StudentEnrollmentPeriodLesson.
Declaration
public DateTime? BilledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BilledDate. |
ClassSectionLesson
Declaration
public virtual ClassSectionLesson ClassSectionLesson { get; set; }
Property Value
Type | Description |
---|---|
ClassSectionLesson |
ClassSectionLessonId
Gets or sets the ClassSectionLessonId associated with this StudentEnrollmentPeriodLesson.
Declaration
public int ClassSectionLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionLessonId. |
Code
Gets or sets the Code associated with this StudentEnrollmentPeriodLesson.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseId
Gets or sets the CourseId associated with this StudentEnrollmentPeriodLesson.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodLesson.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
GradedDate
Gets or sets the GradedDate associated with this StudentEnrollmentPeriodLesson.
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 StudentEnrollmentPeriodLesson.
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 StudentEnrollmentPeriodLesson.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAbsent
Gets or sets the IsAbsent associated with this StudentEnrollmentPeriodLesson.
Declaration
public bool IsAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAbsent. |
IsRetake
Gets or sets the IsRetake associated with this StudentEnrollmentPeriodLesson.
Declaration
public bool IsRetake { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRetake. |
IsRetakeRequested
Gets or sets the IsRetakeRequested associated with this StudentEnrollmentPeriodLesson.
Declaration
public bool IsRetakeRequested { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRetakeRequested. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodLesson.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodLesson.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LessonCategory
Gets or sets the LessonCategory associated with this StudentEnrollmentPeriodLesson.
Declaration
public string LessonCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LessonCategory. |
LessonNumber
Gets or sets the LessonNumber associated with this StudentEnrollmentPeriodLesson.
Declaration
public byte LessonNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The LessonNumber. |
LetterGrade
Gets or sets the LetterGrade associated with this StudentEnrollmentPeriodLesson.
Declaration
public string LetterGrade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LetterGrade. |
ModificationReason
Gets or sets the ModificationReason associated with this StudentEnrollmentPeriodLesson.
Declaration
public string ModificationReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ModificationReason. |
Name
Gets or sets the Name associated with this StudentEnrollmentPeriodLesson.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this StudentEnrollmentPeriodLesson.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumericGrade
Gets or sets the NumericGrade associated with this StudentEnrollmentPeriodLesson.
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 StudentEnrollmentPeriodLesson.
Declaration
public string PayStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayStatus. |
PercentageFinalGrade
Gets or sets the PercentageFinalGrade associated with this StudentEnrollmentPeriodLesson.
Declaration
public decimal PercentageFinalGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PercentageFinalGrade. |
ReceivedDate
Gets or sets the ReceivedDate associated with this StudentEnrollmentPeriodLesson.
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 StudentEnrollmentPeriodLesson.
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 StudentEnrollmentPeriodLesson.
Declaration
public string RevenueReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RevenueReferenceNumber. |
SentDate
Gets or sets the SentDate associated with this StudentEnrollmentPeriodLesson.
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 StudentEnrollmentPeriodLesson.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAccountPendingTransactions
Declaration
public virtual ICollection<StudentAccountPendingTransaction> StudentAccountPendingTransactions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountPendingTransaction> |
StudentCourse
Declaration
public virtual StudentCourse StudentCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentCourse |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentEnrollmentPeriodLesson.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodLesson.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentEnrollmentPeriodLessonGroup
Declaration
public virtual StudentEnrollmentPeriodLessonGroup StudentEnrollmentPeriodLessonGroup { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriodLessonGroup |
StudentEnrollmentPeriodLessonGroupId
Gets or sets the StudentEnrollmentPeriodLessonGroupId associated with this StudentEnrollmentPeriodLesson.
Declaration
public int? StudentEnrollmentPeriodLessonGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodLessonGroupId. |
TakenDate
Gets or sets the TakenDate associated with this StudentEnrollmentPeriodLesson.
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 StudentEnrollmentPeriodLesson.
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()