Class EvaluatePrereqCoreqStatusRequest
Inheritance
System.Object
EvaluatePrereqCoreqStatusRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class EvaluatePrereqCoreqStatusRequest : ServiceRequest
Constructors
EvaluatePrereqCoreqStatusRequest()
Declaration
public EvaluatePrereqCoreqStatusRequest()
Properties
BusinessProcessType
Declaration
public PrereqCoreqBusinessProcessType BusinessProcessType { get; set; }
Property Value
CourseInfoList
Declaration
public List<CourseInfo> CourseInfoList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<CourseInfo> |
|
CourseSectionStartDate
Declaration
public DateTime CourseSectionStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
FailureMessageType
Declaration
public PrereqCoreqFailureMesssageType FailureMessageType { get; set; }
Property Value
IgnoreMultiCourseDependency
Declaration
public bool IgnoreMultiCourseDependency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public List<ClassSectionEntity> InputClassSectionList { get; set; }
Property Value
Declaration
public List<CourseEntity> InputCourseList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<CourseEntity> |
|
IsAntireqCheckSkipped
Declaration
public bool? IsAntireqCheckSkipped { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsPrereqCoreqCheckSkipped
Declaration
public bool IsPrereqCoreqCheckSkipped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PendingRegCourseList
Declaration
public List<CourseInfo> PendingRegCourseList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<CourseInfo> |
|
PendingUnregCourseList
Declaration
public int[] PendingUnregCourseList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
SkipCoreqCheck
Declaration
public bool SkipCoreqCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SkipPrereqCheck
Declaration
public bool SkipPrereqCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|