Class ReinstateStudentCourseRequest
Reinstate student course request.
Inheritance
System.Object
ReinstateStudentCourseRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ReinstateStudentCourseRequest : ServiceRequest
Constructors
ReinstateStudentCourseRequest()
Declaration
public ReinstateStudentCourseRequest()
Fields
AllowedOverrideMaxClass
Declaration
public bool AllowedOverrideMaxClass
Field Value
Type |
Description |
System.Boolean |
|
AllowOverrideClosedTerm
Declaration
public bool AllowOverrideClosedTerm
Field Value
Type |
Description |
System.Boolean |
|
IsTermValidationSkipped
Declaration
public bool IsTermValidationSkipped
Field Value
Type |
Description |
System.Boolean |
|
Properties
AllowOverrideRegistrationDenyPrereqCoreqConflict
Declaration
public bool AllowOverrideRegistrationDenyPrereqCoreqConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowOverrideRegistrationHold
Declaration
public bool AllowOverrideRegistrationHold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowOverrideRegistrationPrereqCoreqConflict
Declaration
public bool AllowOverrideRegistrationPrereqCoreqConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FailureMessageType
Declaration
public PrereqCoreqFailureMesssageType FailureMessageType { get; set; }
Property Value
IgnoreMultiCourseDependency
Declaration
public bool IgnoreMultiCourseDependency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedToOverrideRegistrationConflict
Declaration
public bool IsAllowedToOverrideRegistrationConflict { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
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 |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|