Class StudentInfo
Inheritance
System.Object
StudentInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
Constructors
StudentInfo()
Declaration
Properties
AnswerBookletNumber
Declaration
public string AnswerBookletNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
AnswerBookletStatus
Declaration
public string AnswerBookletStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
BuildingId
Declaration
public int BuildingId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Course
Declaration
public string Course { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseLesson
Declaration
public string CourseLesson { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string EligibilityComments { get; set; }
Property Value
Type |
Description |
System.String |
|
ExamDate
Declaration
public DateTime ExamDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ExamEndTime
Declaration
public DateTime ExamEndTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string ExamRegistrationComments { get; set; }
Property Value
Type |
Description |
System.String |
|
ExamScheduleCode
Declaration
public string ExamScheduleCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ExamScheduleId
Declaration
public int ExamScheduleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExamScheduleName
Declaration
public string ExamScheduleName { get; set; }
Property Value
Type |
Description |
System.String |
|
ExamStartTime
Declaration
public DateTime ExamStartTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
HallTicketNumber
Declaration
public string HallTicketNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
InvigilatorName
Declaration
public string InvigilatorName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAudited
Declaration
public bool IsAudited { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentEligible
Declaration
public bool IsStudentEligible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RoomId
Declaration
public int RoomId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TestingScheduleClassSectionLessonId
Declaration
public int TestingScheduleClassSectionLessonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|