Class ClassSectionMeetingPatternDayRoom
Inheritance
System.Object
ClassSectionMeetingPatternDayRoom
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 ClassSectionMeetingPatternDayRoom
Constructors
ClassSectionMeetingPatternDayRoom()
Declaration
public ClassSectionMeetingPatternDayRoom()
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.Int32 |
|
BuildingName
Declaration
public string BuildingName { get; set; }
Property Value
Type |
Description |
System.String |
|
DayOfWeek
Declaration
public int DayOfWeek { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LocationId
Declaration
public int LocationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LocationName
Declaration
public string LocationName { get; set; }
Property Value
Type |
Description |
System.String |
|
PrimaryInstructor
Declaration
public int PrimaryInstructor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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.Int32 |
|
RoomName
Declaration
public string RoomName { get; set; }
Property Value
Type |
Description |
System.String |
|
SecondaryInstructorList
Declaration
public List<SecondaryInstructor> SecondaryInstructorList { get; set; }
Property Value