Class ClassSectionSchedulePeriodConflict
Inheritance
System.Object
ClassSectionSchedulePeriodConflict
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 ClassSectionSchedulePeriodConflict
Constructors
ClassSectionSchedulePeriodConflict()
Declaration
public ClassSectionSchedulePeriodConflict()
Properties
AdRoomID
Declaration
public int AdRoomID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Building
Declaration
public string Building { get; set; }
Property Value
Type |
Description |
System.String |
|
Campus
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
ConflictDate
Declaration
public DateTime ConflictDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ConflictType
Declaration
public string ConflictType { get; set; }
Property Value
Type |
Description |
System.String |
|
Course
Declaration
public string Course { get; set; }
Property Value
Type |
Description |
System.String |
|
DayNumber
Declaration
public byte DayNumber { get; set; }
Property Value
Type |
Description |
System.Byte |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EndTime
Declaration
public DateTime EndTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
InstructorId
Declaration
public int InstructorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InstructorName
Declaration
public string InstructorName { get; set; }
Property Value
Type |
Description |
System.String |
|
Room
Declaration
public string Room { get; set; }
Property Value
Type |
Description |
System.String |
|
Section
Declaration
public string Section { get; set; }
Property Value
Type |
Description |
System.String |
|
SectionIdentifier
Declaration
public string SectionIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StartTime
Declaration
public DateTime StartTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Term
Declaration
public string Term { get; set; }
Property Value
Type |
Description |
System.String |
|
WeekDay
Declaration
public string WeekDay { get; set; }
Property Value
Type |
Description |
System.String |
|