Class UnregisterStudentCourseResponse
Represents the response for the UnregisterGetStudentCourse method.
Inheritance
System.Object
UnregisterStudentCourseResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UnregisterStudentCourseResponse : ServiceResponse
Constructors
UnregisterStudentCourseResponse()
Declaration
public UnregisterStudentCourseResponse()
Properties
ConflictMessageList
Declaration
public List<QuickUnregisterConflictDecription> ConflictMessageList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<QuickUnregisterConflictDecription> |
ImpectedCourseDetails
List of ImpectedCourseIds
Declaration
public List<ImpectedCourseDetails> ImpectedCourseDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ImpectedCourseDetails> |
IsAllowedToOverrideClosedTerm
Declaration
public bool IsAllowedToOverrideClosedTerm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LockEvaluationOutputList
LockEvaluationOutputList
Declaration
public List<RegistrationRuleResultOutput> LockEvaluationOutputList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<RegistrationRuleResultOutput> |
PrereqCoreqStatusSummaryInfoMessageList
PrereqCoreqStatusSummary
Declaration
public List<PrereqCoreqStatusSummaryInfoMessage> PrereqCoreqStatusSummaryInfoMessageList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<PrereqCoreqStatusSummaryInfoMessage> |
PrereqCoreqStatusSummaryInfoMessageListForAudit
PrereqCoreqStatusSummaryForAudit
Declaration
public List<PrereqCoreqStatusSummaryInfoMessage> PrereqCoreqStatusSummaryInfoMessageListForAudit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<PrereqCoreqStatusSummaryInfoMessage> |