Class PrereqCoreqStatusSummaryRequest
Inheritance
System.Object
PrereqCoreqStatusSummaryRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class PrereqCoreqStatusSummaryRequest : ServiceRequest
Constructors
PrereqCoreqStatusSummaryRequest()
Declaration
public PrereqCoreqStatusSummaryRequest()
Properties
BusinessProcessType
Declaration
public PrereqCoreqBusinessProcessType BusinessProcessType { get; set; }
Property Value
CampusIdList
Declaration
public string CampusIdList { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseInfo
Declaration
public List<CourseInfo> CourseInfo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<CourseInfo> |
|
IsSkipCoreq
Declaration
public bool IsSkipCoreq { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramVersionIdList
Declaration
public string ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedConditionalStatuses
Declaration
public string SelectedConditionalStatuses { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedPreReqStatuses
Declaration
public string SelectedPreReqStatuses { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermIdList
Declaration
public string TermIdList { get; set; }
Property Value
Type |
Description |
System.String |
|