Class TestingDateSettingEntity
This class represents the EntityModel interface to the ExExamCutoffDates database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingDateSettingEntity : Entity, IIdentifiable, IAuditable
Constructors
TestingDateSettingEntity()
Declaration
public TestingDateSettingEntity()
Fields
ApproveGradesDateProperty
The ApproveGradesDate property.
Declaration
public static readonly EntityProperty ApproveGradesDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApproveReassessmentGradesDateProperty
The ApproveReassessmentGradesDate property.
Declaration
public static readonly EntityProperty ApproveReassessmentGradesDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApproveTimetableDateProperty
The ApproveTimetableDate property.
Declaration
public static readonly EntityProperty ApproveTimetableDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InternalGradeEntryDateProperty
The InternalGradeEntryDate property.
Declaration
public static readonly EntityProperty InternalGradeEntryDateProperty
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 |
PublishExamTimeTableDateProperty
The PublishExamTimeTableDate property.
Declaration
public static readonly EntityProperty PublishExamTimeTableDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PublishGradesDateProperty
The PublishGradesDate property.
Declaration
public static readonly EntityProperty PublishGradesDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PublishHalftTicketDateProperty
The PublishHalftTicketDate property.
Declaration
public static readonly EntityProperty PublishHalftTicketDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PublishReassessmentGradesDateProperty
The PublishReassessmentGradesDate property.
Declaration
public static readonly EntityProperty PublishReassessmentGradesDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RaiseAppealDateProperty
The RaiseAppealDate property.
Declaration
public static readonly EntityProperty RaiseAppealDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReevaluatedGradesDateProperty
The ReevaluatedGradesDate property.
Declaration
public static readonly EntityProperty ReevaluatedGradesDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationEndDateProperty
The RegistrationEndDate property.
Declaration
public static readonly EntityProperty RegistrationEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationStartDateProperty
The RegistrationStartDate property.
Declaration
public static readonly EntityProperty RegistrationStartDateProperty
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 |
TestingScheduleIdProperty
The TestingScheduleId property.
Declaration
public static readonly EntityProperty TestingScheduleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UpdateGradesDateProperty
The UpdateGradesDate property.
Declaration
public static readonly EntityProperty UpdateGradesDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApproveGradesDate
Gets or sets the ApproveGradesDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? ApproveGradesDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApproveGradesDate. |
ApproveReassessmentGradesDate
Gets or sets the ApproveReassessmentGradesDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? ApproveReassessmentGradesDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApproveReassessmentGradesDate. |
ApproveTimetableDate
Gets or sets the ApproveTimetableDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? ApproveTimetableDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApproveTimetableDate. |
CampusId
Gets or sets the CampusId associated with this TestingDateSettingEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingDateSettingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this TestingDateSettingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InternalGradeEntryDate
Gets or sets the InternalGradeEntryDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? InternalGradeEntryDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The InternalGradeEntryDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingDateSettingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingDateSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PublishExamTimeTableDate
Gets or sets the PublishExamTimeTableDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? PublishExamTimeTableDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PublishExamTimeTableDate. |
PublishGradesDate
Gets or sets the PublishGradesDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? PublishGradesDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PublishGradesDate. |
PublishHalftTicketDate
Gets or sets the PublishHalftTicketDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? PublishHalftTicketDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PublishHalftTicketDate. |
PublishReassessmentGradesDate
Gets or sets the PublishReassessmentGradesDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? PublishReassessmentGradesDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PublishReassessmentGradesDate. |
RaiseAppealDate
Gets or sets the RaiseAppealDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? RaiseAppealDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RaiseAppealDate. |
ReevaluatedGradesDate
Gets or sets the ReevaluatedGradesDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? ReevaluatedGradesDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReevaluatedGradesDate. |
RegistrationEndDate
Gets or sets the RegistrationEndDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? RegistrationEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RegistrationEndDate. |
RegistrationStartDate
Gets or sets the RegistrationStartDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? RegistrationStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RegistrationStartDate. |
RowVersion
Gets or sets the RowVersion associated with this TestingDateSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TestingScheduleId
Gets or sets the TestingScheduleId associated with this TestingDateSettingEntity.
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestingScheduleId. |
UpdateGradesDate
Gets or sets the UpdateGradesDate associated with this TestingDateSettingEntity.
Declaration
public DateTime? UpdateGradesDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The UpdateGradesDate. |
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()