Class TestingDateSetting
This class represents the EntityModel interface to the ExExamCutoffDates database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TestingDateSetting
Constructors
TestingDateSetting()
Declaration
public TestingDateSetting()
Properties
ApproveGradesDate
Gets or sets the ApproveGradesDate associated with this TestingDateSetting.
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 TestingDateSetting.
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 TestingDateSetting.
Declaration
public DateTime? ApproveTimetableDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApproveTimetableDate. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this TestingDateSetting.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingDateSetting.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this TestingDateSetting.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InternalGradeEntryDate
Gets or sets the InternalGradeEntryDate associated with this TestingDateSetting.
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 TestingDateSetting.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingDateSetting.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PublishExamTimeTableDate
Gets or sets the PublishExamTimeTableDate associated with this TestingDateSetting.
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 TestingDateSetting.
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 TestingDateSetting.
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 TestingDateSetting.
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 TestingDateSetting.
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 TestingDateSetting.
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 TestingDateSetting.
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 TestingDateSetting.
Declaration
public DateTime? RegistrationStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RegistrationStartDate. |
TestingSchedule
Declaration
public virtual TestingSchedule TestingSchedule { get; set; }
Property Value
Type | Description |
---|---|
TestingSchedule |
TestingScheduleId
Gets or sets the TestingScheduleId associated with this TestingDateSetting.
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestingScheduleId. |
UpdateGradesDate
Gets or sets the UpdateGradesDate associated with this TestingDateSetting.
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()
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. |