Class TestingStudentEnrollmentPeriodLessonEntity
This class represents the EntityModel interface to the ExExamGradeBook database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingStudentEnrollmentPeriodLessonEntity : Entity, IIdentifiable, IAuditable
Constructors
TestingStudentEnrollmentPeriodLessonEntity()
Declaration
public TestingStudentEnrollmentPeriodLessonEntity()
Fields
ApprovedDateProperty
The ApprovedDate property.
Declaration
public static readonly EntityProperty ApprovedDateProperty
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 |
FinalNumericGradeProperty
The FinalNumericGrade property.
Declaration
public static readonly EntityProperty FinalNumericGradeProperty
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 |
GradeNoteProperty
The GradeNote property.
Declaration
public static readonly EntityProperty GradeNoteProperty
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 |
IsApprovedProperty
The IsApproved property.
Declaration
public static readonly EntityProperty IsApprovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPublishedProperty
The IsPublished property.
Declaration
public static readonly EntityProperty IsPublishedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRejectedProperty
The IsRejected property.
Declaration
public static readonly EntityProperty IsRejectedProperty
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 |
LetterGradeProperty
The LetterGrade property.
Declaration
public static readonly EntityProperty LetterGradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ModificationReasonProperty
The ModificationReason property.
Declaration
public static readonly EntityProperty ModificationReasonProperty
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 |
PublishedDateProperty
The PublishedDate property.
Declaration
public static readonly EntityProperty PublishedDateProperty
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 |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
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 |
Properties
ApprovedDate
Gets or sets the ApprovedDate associated with this TestingStudentEnrollmentPeriodLessonEntity.
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 TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FinalNumericGrade
Gets or sets the FinalNumericGrade associated with this TestingStudentEnrollmentPeriodLessonEntity.
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 TestingStudentEnrollmentPeriodLessonEntity.
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 TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public string GradeNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GradeNote. |
Id
Gets or sets the Id associated with this TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsApproved
Gets or sets the IsApproved associated with this TestingStudentEnrollmentPeriodLessonEntity.
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 TestingStudentEnrollmentPeriodLessonEntity.
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 TestingStudentEnrollmentPeriodLessonEntity.
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 TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LetterGrade
Gets or sets the LetterGrade associated with this TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public string LetterGrade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LetterGrade. |
ModificationReason
Gets or sets the ModificationReason associated with this TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public string ModificationReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ModificationReason. |
Note
Gets or sets the Note associated with this TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumericGrade
Gets or sets the NumericGrade associated with this TestingStudentEnrollmentPeriodLessonEntity.
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 TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public DateTime? PublishedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PublishedDate. |
RowVersion
Gets or sets the RowVersion associated with this TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this TestingStudentEnrollmentPeriodLessonEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentEnrollmentPeriodLessonId
Gets or sets the StudentEnrollmentPeriodLessonId associated with this TestingStudentEnrollmentPeriodLessonEntity.
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()