Class SaveInstructorsAndPortalOptionsRequest
Represents the request for the SaveInstructorsAndPortalOptionsRequest.
Inheritance
System.Object
SaveInstructorsAndPortalOptionsRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveInstructorsAndPortalOptionsRequest : ServiceRequest
Constructors
SaveInstructorsAndPortalOptionsRequest()
Declaration
public SaveInstructorsAndPortalOptionsRequest()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HideFaculty
Declaration
public bool HideFaculty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HideLocation
Declaration
public bool HideLocation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Instructors
Declaration
public List<InstructorsEntity> Instructors { get; set; }
Property Value
IsSchedule
Declaration
public bool? IsSchedule { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|