Class TestingModeratorAttendanceDetailEntity
This class represents the EntityModel interface to the ExExamInvigilatorAttendance database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingModeratorAttendanceDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
TestingModeratorAttendanceDetailEntity()
Declaration
public TestingModeratorAttendanceDetailEntity()
Fields
AttendanceInfoProperty
The AttendanceInfo property.
Declaration
public static readonly EntityProperty AttendanceInfoProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BuildingIdProperty
The BuildingId property.
Declaration
public static readonly EntityProperty BuildingIdProperty
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 |
ExamDateProperty
The ExamDate property.
Declaration
public static readonly EntityProperty ExamDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExamEndTimeProperty
The ExamEndTime property.
Declaration
public static readonly EntityProperty ExamEndTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExamStartTimeProperty
The ExamStartTime property.
Declaration
public static readonly EntityProperty ExamStartTimeProperty
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 |
IsChiefInvigilatorProperty
The IsChiefInvigilator property.
Declaration
public static readonly EntityProperty IsChiefInvigilatorProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RoomIdProperty
The RoomId property.
Declaration
public static readonly EntityProperty RoomIdProperty
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 |
TestingCommitteeMemberIdProperty
The TestingCommitteeMemberId property.
Declaration
public static readonly EntityProperty TestingCommitteeMemberIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TestingScheduleClassSectionLessonIdProperty
The TestingScheduleClassSectionLessonId property.
Declaration
public static readonly EntityProperty TestingScheduleClassSectionLessonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AttendanceInfo
Gets or sets the AttendanceInfo associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public string AttendanceInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AttendanceInfo. |
BuildingId
Gets or sets the BuildingId associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public int? BuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BuildingId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExamDate
Gets or sets the ExamDate associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public DateTime? ExamDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExamDate. |
ExamEndTime
Gets or sets the ExamEndTime associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public DateTime? ExamEndTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExamEndTime. |
ExamStartTime
Gets or sets the ExamStartTime associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public DateTime? ExamStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExamStartTime. |
Id
Gets or sets the Id associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsChiefInvigilator
Gets or sets the IsChiefInvigilator associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public bool? IsChiefInvigilator { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsChiefInvigilator. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RoomId
Gets or sets the RoomId associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public int? RoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RoomId. |
RowVersion
Gets or sets the RowVersion associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TestingCommitteeMemberId
Gets or sets the TestingCommitteeMemberId associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public int? TestingCommitteeMemberId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TestingCommitteeMemberId. |
TestingScheduleClassSectionLessonId
Gets or sets the TestingScheduleClassSectionLessonId associated with this TestingModeratorAttendanceDetailEntity.
Declaration
public int? TestingScheduleClassSectionLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TestingScheduleClassSectionLessonId. |
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()