Class StudentAllocationListExtended
Inheritance
System.Object
StudentAllocationListExtended
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()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentAllocationListExtended
Constructors
StudentAllocationListExtended()
Declaration
public StudentAllocationListExtended()
Properties
CampusId
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseId
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ExamDate
ExamDate
Declaration
public DateTime ExamDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ExamEndTime
ExamEndTime
Declaration
public DateTime ExamEndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ExamStartTime
ExamStartTime
Declaration
public DateTime ExamStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
IsValid
IsValid
Declaration
public bool? IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
StatusReason
StatusReason
Declaration
public string StatusReason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TestingAllocateRoomId
TestingAllocateRoomId
Declaration
public int? TestingAllocateRoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TestingCenterId
TestingCenterId
Declaration
public int TestingCenterId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TestingCenterRoomId
TestingCenterRoomId
Declaration
public int TestingCenterRoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TestingClassLessonId
TestingClassLessonId
Declaration
public int TestingClassLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TestingLocationId
TestingLocationId
Declaration
public int? TestingLocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TestingScheduleClassSectionLessonId
TestingScheduleClassSectionLessonId
Declaration
public int TestingScheduleClassSectionLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TestingScheduleId
TestingScheduleId
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TestingStudentAllocationId
TestingStudentAllocationId
Declaration
public int? TestingStudentAllocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |