Class UnregisterClassSectionRosterResponse
Inheritance
System.Object
UnregisterClassSectionRosterResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UnregisterClassSectionRosterResponse : ServiceResponse
Constructors
UnregisterClassSectionRosterResponse()
Declaration
public UnregisterClassSectionRosterResponse()
Properties
ConflictMessageList
Declaration
public List<UnregisterConflictDetail> ConflictMessageList { get; set; }
Property Value
ImpactedCourseDetails
Declaration
public List<ImpactedCourseDetail> ImpactedCourseDetails { get; set; }
Property Value
IsAllowedToOverrideClosedTerm
Declaration
public bool IsAllowedToOverrideClosedTerm { 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
StudentCourseDetailsList
Declaration
public List<StudentCourseDetails> StudentCourseDetailsList { get; set; }
Property Value