Class GetInstructorsAndPortalOptionsResponse
Represents the request for the GetInstructorsAndPortalOptionsResponse.
Inheritance
System.Object
GetInstructorsAndPortalOptionsResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetInstructorsAndPortalOptionsResponse : ServiceResponse
Constructors
GetInstructorsAndPortalOptionsResponse()
Declaration
public GetInstructorsAndPortalOptionsResponse()
Properties
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 IQueryable<ClassSectionInstructors> Instructors { get; set; }
Property Value
Type | Description |
---|---|
System.Linq.IQueryable<ClassSectionInstructors> |