Class RoomAllocationExtended
Represents the RoomAllocationExtended.
Inheritance
System.Object
RoomAllocationExtended
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 RoomAllocationExtended
Constructors
RoomAllocationExtended()
Declaration
public RoomAllocationExtended()
Properties
AllottedSeats
Declaration
public int AllottedSeats { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
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 |
|
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 |
|
TotalRegisteredStudents
Declaration
public int? TotalRegisteredStudents { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|