Class TrackRegistrationResponse
Represents the response for the BatchTrackReigstration method.
Inheritance
System.Object
TrackRegistrationResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TrackRegistrationResponse : ServiceResponse
Constructors
TrackRegistrationResponse()
Declaration
public TrackRegistrationResponse()
Properties
ConflictDetails
Declaration
public List<TrackRegistrationConflictDetail> ConflictDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TrackRegistrationConflictDetail> |
LockEvaluationOutputList
Declaration
public List<RegistrationRuleResultOutput> LockEvaluationOutputList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RegistrationRuleResultOutput> |
PrereqCoreqStatusSummaryInfoMessageList
Declaration
public List<PrereqCoreqStatusSummaryInfoMessage> PrereqCoreqStatusSummaryInfoMessageList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PrereqCoreqStatusSummaryInfoMessage> |