Class StudentAllocationExtended
Represents the StudentAllocationExtended.
Inheritance
System.Object
StudentAllocationExtended
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
public class StudentAllocationExtended
Constructors
StudentAllocationExtended()
Declaration
public StudentAllocationExtended()
Properties
BuildingCode
Declaration
public string BuildingCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BuildingId
Declaration
public int? BuildingId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BuildingName
Declaration
public string BuildingName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseId
Declaration
public int? CourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CourseName
Declaration
public string CourseName { 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 |
|
ExamLessonCode
Declaration
public string ExamLessonCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ExamLessonId
Declaration
public int? ExamLessonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ExamLessonName
Declaration
public string ExamLessonName { get; set; }
Property Value
Type |
Description |
System.String |
|
ExamStartTime
Declaration
public DateTime ExamStartTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
RoomCode
Declaration
public string RoomCode { get; set; }
Property Value
Type |
Description |
System.String |
|
RoomId
Declaration
public int? RoomId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RoomName
Declaration
public string RoomName { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StatusReason
Declaration
public string StatusReason { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermName
Declaration
public string TermName { get; set; }
Property Value
Type |
Description |
System.String |
|
TestingClassLessonId
Declaration
public int? TestingClassLessonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TestingLocationId
Declaration
public int? TestingLocationId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TestingScheduleClassSectionLessonId
Declaration
public int? TestingScheduleClassSectionLessonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TestingScheduleId
Declaration
public int? TestingScheduleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TestingStudentAllocationId
Declaration
public int? TestingStudentAllocationId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|