Class TestingStudentEnrollmentPeriodLesson
This class represents the EntityModel interface to the ExExamGradeBook database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TestingStudentEnrollmentPeriodLesson
Constructors
TestingStudentEnrollmentPeriodLesson()
Declaration
public TestingStudentEnrollmentPeriodLesson()
Properties
ApprovedDate
Gets or sets the ApprovedDate associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public DateTime? ApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApprovedDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FinalNumericGrade
Gets or sets the FinalNumericGrade associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public decimal? FinalNumericGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The FinalNumericGrade. |
GradedDate
Gets or sets the GradedDate associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public DateTime? GradedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The GradedDate. |
GradeNote
Gets or sets the GradeNote associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public string GradeNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GradeNote. |
Id
Gets or sets the Id associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsApproved
Gets or sets the IsApproved associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public bool? IsApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsApproved. |
IsPublished
Gets or sets the IsPublished associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public bool? IsPublished { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsPublished. |
IsRejected
Gets or sets the IsRejected associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public bool? IsRejected { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsRejected. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LetterGrade
Gets or sets the LetterGrade associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public string LetterGrade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LetterGrade. |
ModificationReason
Gets or sets the ModificationReason associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public string ModificationReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ModificationReason. |
Note
Gets or sets the Note associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumericGrade
Gets or sets the NumericGrade associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public decimal? NumericGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The NumericGrade. |
PublishedDate
Gets or sets the PublishedDate associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public DateTime? PublishedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PublishedDate. |
Status
Gets or sets the Status associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentEnrollmentPeriodLesson
Declaration
public virtual StudentEnrollmentPeriodLesson StudentEnrollmentPeriodLesson { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriodLesson |
StudentEnrollmentPeriodLessonId
Gets or sets the StudentEnrollmentPeriodLessonId associated with this TestingStudentEnrollmentPeriodLesson.
Declaration
public int? StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodLessonId. |
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. |