Class StudentEnrollmentPeriodLessonTest
This class represents the EntityModel interface to the AdEnrollLessonTest database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentPeriodLessonTest
Constructors
StudentEnrollmentPeriodLessonTest()
Declaration
public StudentEnrollmentPeriodLessonTest()
Properties
BilledDate
Gets or sets the BilledDate associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public DateTime? BilledDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The BilledDate. |
ClassSectionLessonTest
Declaration
public virtual ClassSectionLessonTest ClassSectionLessonTest { get; set; }
Property Value
| Type | Description |
|---|---|
| ClassSectionLessonTest |
ClassSectionLessonTestId
Gets or sets the ClassSectionLessonTestId associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public int ClassSectionLessonTestId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The ClassSectionLessonTestId. |
Code
Gets or sets the Code associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
FinalGradePercent
Gets or sets the FinalGradePercent associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public decimal FinalGradePercent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal | The FinalGradePercent. |
GradedDate
Gets or sets the GradedDate associated with this StudentEnrollmentPeriodLessonTest.
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 StudentEnrollmentPeriodLessonTest.
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 StudentEnrollmentPeriodLessonTest.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsAbsent
Gets or sets the IsAbsent associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public bool IsAbsent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsAbsent. |
IsRetake
Gets or sets the IsRetake associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public bool IsRetake { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsRetake. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
LessonCategory
Gets or sets the LessonCategory associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public string LessonCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The LessonCategory. |
LessonNumber
Gets or sets the LessonNumber associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public int LessonNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LessonNumber. |
LetterGrade
Gets or sets the LetterGrade associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public string LetterGrade { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The LetterGrade. |
Name
Gets or sets the Name associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Name. |
Note
Gets or sets the Note associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
NumericGrade
Gets or sets the NumericGrade associated with this StudentEnrollmentPeriodLessonTest.
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 StudentEnrollmentPeriodLessonTest.
Declaration
public string PayStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PayStatus. |
Reason
Gets or sets the Reason associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Reason. |
ReceivedDate
Gets or sets the ReceivedDate associated with this StudentEnrollmentPeriodLessonTest.
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 StudentEnrollmentPeriodLessonTest.
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 StudentEnrollmentPeriodLessonTest.
Declaration
public string RevenueReferenceNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The RevenueReferenceNumber. |
SentDate
Gets or sets the SentDate associated with this StudentEnrollmentPeriodLessonTest.
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 StudentEnrollmentPeriodLessonTest.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Status. |
StudentEnrollmentPeriodLesson
Declaration
public virtual StudentEnrollmentPeriodLesson StudentEnrollmentPeriodLesson { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentEnrollmentPeriodLesson |
StudentEnrollmentPeriodLessonId
Gets or sets the StudentEnrollmentPeriodLessonId associated with this StudentEnrollmentPeriodLessonTest.
Declaration
public int StudentEnrollmentPeriodLessonId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StudentEnrollmentPeriodLessonId. |
TakenDate
Gets or sets the TakenDate associated with this StudentEnrollmentPeriodLessonTest.
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 StudentEnrollmentPeriodLessonTest.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |