Class TestingAttendanceStudent
This class represents the EntityModel interface to the ExExamStudentAttend database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TestingAttendanceStudent
Constructors
TestingAttendanceStudent()
Declaration
public TestingAttendanceStudent()
Properties
AnswerBookletNumber
Gets or sets the AnswerBookletNumber associated with this TestingAttendanceStudent.
Declaration
public string AnswerBookletNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AnswerBookletNumber. |
AnswerBookletStatus
Gets or sets the AnswerBookletStatus associated with this TestingAttendanceStudent.
Declaration
public string AnswerBookletStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AnswerBookletStatus. |
Attendance
Gets or sets the Attendance associated with this TestingAttendanceStudent.
Declaration
public string Attendance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Attendance. |
Building
Declaration
public virtual Building Building { get; set; }
Property Value
| Type | Description |
|---|---|
| Building |
BuildingId
Gets or sets the BuildingId associated with this TestingAttendanceStudent.
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 TestingAttendanceStudent.
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 TestingAttendanceStudent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
ExtraSheets
Gets or sets the ExtraSheets associated with this TestingAttendanceStudent.
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 TestingAttendanceStudent.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsVerified
Gets or sets the IsVerified associated with this TestingAttendanceStudent.
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 TestingAttendanceStudent.
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 TestingAttendanceStudent.
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 TestingAttendanceStudent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingAttendanceStudent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this TestingAttendanceStudent.
Declaration
public string Note { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Note. |
Room
Declaration
public virtual Room Room { get; set; }
Property Value
| Type | Description |
|---|---|
| Room |
RoomId
Gets or sets the RoomId associated with this TestingAttendanceStudent.
Declaration
public int? RoomId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The RoomId. |
StudentCourse
Declaration
public virtual StudentCourse StudentCourse { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentCourse |
StudentCourseId
Gets or sets the StudentCourseId associated with this TestingAttendanceStudent.
Declaration
public int? StudentCourseId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StudentCourseId. |
StudentEnrollment
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollment { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentEnrollmentPeriod |
StudentEnrollmentId
Gets or sets the StudentEnrollmentId associated with this TestingAttendanceStudent.
Declaration
public int? StudentEnrollmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StudentEnrollmentId. |
TestingScheduleClassSectionLesson
Declaration
public virtual TestingScheduleClassSectionLesson TestingScheduleClassSectionLesson { get; set; }
Property Value
| Type | Description |
|---|---|
| TestingScheduleClassSectionLesson |
TestingScheduleClassSectionLessonId
Gets or sets the TestingScheduleClassSectionLessonId associated with this TestingAttendanceStudent.
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()
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. |