Class CreateStudentScheduleCalendarRequest
Inheritance
System.Object
CreateStudentScheduleCalendarRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CreateStudentScheduleCalendarRequest : ServiceRequest
Constructors
CreateStudentScheduleCalendarRequest()
Declaration
public CreateStudentScheduleCalendarRequest()
Properties
AllEnrollments
Declaration
public bool AllEnrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentEnrollmentPeriodId
Student Enrollment Id
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
Term Id
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UseCatalogCode
This is used to decide if CatalogCode should be shown instead of Course Code when available
Declaration
public bool UseCatalogCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |