Class AutoAllocateStudentsExtended
Inheritance
System.Object
AutoAllocateStudentsExtended
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 AutoAllocateStudentsExtended
Constructors
AutoAllocateStudentsExtended()
Declaration
public AutoAllocateStudentsExtended()
Properties
AllocatedStudents
AllocatedStudents
Declaration
public int? AllocatedStudents { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AllottedSeats
AllotedSeats
Declaration
public int? AllottedSeats { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
BuildingId
BuildingId
Declaration
public int? BuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CourseCode
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseId
CourseId
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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 |
RoomId
RoomId
Declaration
public int? RoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TermCode
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TestingLessonCode
TestingScheduleClassSectionLessonId
Declaration
public string TestingLessonCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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.Nullable<System.Int32> |
TotalRegisteredStudents
TotalRegisteredStudents
Declaration
public int? TotalRegisteredStudents { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |