Inheritance
System.Object
GetClassSectionHeaderResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
public class GetClassSectionHeaderResponse : ServiceResponse
Constructors
Declaration
public GetClassSectionHeaderResponse()
Properties
Declaration
public string BuildingName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ClassSectionDates { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DeliveryMethodName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string InstructorName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int MaximumStudents { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string RoomName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SectionIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ShiftName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TermDates { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TermName { get; set; }
Property Value
Type |
Description |
System.String |
|