Class WaitListRegisterStudentResponse
Represents the response for the GetStudentCourse method.
Inheritance
System.Object
WaitListRegisterStudentResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WaitListRegisterStudentResponse : ServiceResponse
Constructors
WaitListRegisterStudentResponse()
Declaration
public WaitListRegisterStudentResponse()
Properties
IsAllowedOverrideAddDrop
Declaration
public bool IsAllowedOverrideAddDrop { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideMaxAttemptsCourse
Declaration
public bool IsAllowedOverrideMaxAttemptsCourse { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideMaxRegistrationForClass
Declaration
public bool IsAllowedOverrideMaxRegistrationForClass { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverridePrereqCoregConflict
Declaration
public bool IsAllowedOverridePrereqCoregConflict { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideRegistrationLockConflict
Declaration
public bool IsAllowedOverrideRegistrationLockConflict { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideRegistrationRelationshipConflict
Declaration
public bool IsAllowedOverrideRegistrationRelationshipConflict { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsAllowedOverrideRetake
Declaration
public bool IsAllowedOverrideRetake { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsDateTimeConflictAllowed
Declaration
public bool IsDateTimeConflictAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsStudentRegistrationHoldOverrideAllowed
Declaration
public bool IsStudentRegistrationHoldOverrideAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
LockEvaluationOutputList
Declaration
public List<RegistrationRuleResultOutput> LockEvaluationOutputList { get; set; }
Property Value
PrereqCoreqStatusSummaryInfoMessageList
Declaration
public List<PrereqCoreqStatusSummaryInfoMessage> PrereqCoreqStatusSummaryInfoMessageList { get; set; }
Property Value
RegistrationRelationshipStatusSummaryInfoMessageList
RegistrationRelationshipStatusSummaryInfoMessageList
Declaration
public List<RegRelStatusSummaryInfoMessage> RegistrationRelationshipStatusSummaryInfoMessageList { get; set; }
Property Value
StudentCoursePendingRegistrationId
Declaration
public int StudentCoursePendingRegistrationId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|