Class TestingAttendanceStudentEntity
This class represents the EntityModel interface to the ExExamStudentAttend database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingAttendanceStudentEntity : Entity, IIdentifiable, IAuditable
Constructors
TestingAttendanceStudentEntity()
Declaration
public TestingAttendanceStudentEntity()
Fields
AnswerBookletNumberProperty
The AnswerBookletNumber property.
Declaration
public static readonly EntityProperty AnswerBookletNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AnswerBookletStatusProperty
The AnswerBookletStatus property.
Declaration
public static readonly EntityProperty AnswerBookletStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AttendanceProperty
The Attendance property.
Declaration
public static readonly EntityProperty AttendanceProperty
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 |
CollectionTimeProperty
The CollectionTime property.
Declaration
public static readonly EntityProperty CollectionTimeProperty
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 |
ExtraSheetsProperty
The ExtraSheets property.
Declaration
public static readonly EntityProperty ExtraSheetsProperty
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 |
IsVerifiedInvigilatorSignedProperty
The IsVerifiedInvigilatorSigned property.
Declaration
public static readonly EntityProperty IsVerifiedInvigilatorSignedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsVerifiedProperty
The IsVerified property.
Declaration
public static readonly EntityProperty IsVerifiedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsVerifiedStudentSignedProperty
The IsVerifiedStudentSigned property.
Declaration
public static readonly EntityProperty IsVerifiedStudentSignedProperty
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 |
StudentCourseIdProperty
The StudentCourseId property.
Declaration
public static readonly EntityProperty StudentCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentIdProperty
The StudentEnrollmentId property.
Declaration
public static readonly EntityProperty StudentEnrollmentIdProperty
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
AnswerBookletNumber
Gets or sets the AnswerBookletNumber associated with this TestingAttendanceStudentEntity.
Declaration
public string AnswerBookletNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AnswerBookletNumber. |
AnswerBookletStatus
Gets or sets the AnswerBookletStatus associated with this TestingAttendanceStudentEntity.
Declaration
public string AnswerBookletStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AnswerBookletStatus. |
Attendance
Gets or sets the Attendance associated with this TestingAttendanceStudentEntity.
Declaration
public string Attendance { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Attendance. |
BuildingId
Gets or sets the BuildingId associated with this TestingAttendanceStudentEntity.
Declaration
public int? BuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BuildingId. |
CollectionTime
Gets or sets the CollectionTime associated with this TestingAttendanceStudentEntity.
Declaration
public DateTime? CollectionTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CollectionTime. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingAttendanceStudentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExtraSheets
Gets or sets the ExtraSheets associated with this TestingAttendanceStudentEntity.
Declaration
public int? ExtraSheets { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ExtraSheets. |
Id
Gets or sets the Id associated with this TestingAttendanceStudentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsVerified
Gets or sets the IsVerified associated with this TestingAttendanceStudentEntity.
Declaration
public bool? IsVerified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsVerified. |
IsVerifiedInvigilatorSigned
Gets or sets the IsVerifiedInvigilatorSigned associated with this TestingAttendanceStudentEntity.
Declaration
public bool? IsVerifiedInvigilatorSigned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsVerifiedInvigilatorSigned. |
IsVerifiedStudentSigned
Gets or sets the IsVerifiedStudentSigned associated with this TestingAttendanceStudentEntity.
Declaration
public bool? IsVerifiedStudentSigned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsVerifiedStudentSigned. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingAttendanceStudentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingAttendanceStudentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this TestingAttendanceStudentEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RoomId
Gets or sets the RoomId associated with this TestingAttendanceStudentEntity.
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 TestingAttendanceStudentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentCourse
Declaration
public virtual StudentCourseEntity StudentCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentCourseEntity |
StudentCourseId
Gets or sets the StudentCourseId associated with this TestingAttendanceStudentEntity.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentEnrollmentId
Gets or sets the StudentEnrollmentId associated with this TestingAttendanceStudentEntity.
Declaration
public int? StudentEnrollmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentId. |
TestingScheduleClassSectionLesson
Declaration
public virtual TestingScheduleClassSectionLessonEntity TestingScheduleClassSectionLesson { get; set; }
Property Value
Type | Description |
---|---|
TestingScheduleClassSectionLessonEntity |
TestingScheduleClassSectionLessonId
Gets or sets the TestingScheduleClassSectionLessonId associated with this TestingAttendanceStudentEntity.
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()