Class PrereqCoreqStatusSummaryResponse
Inheritance
System.Object
PrereqCoreqStatusSummaryResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class PrereqCoreqStatusSummaryResponse : ServiceResponse
Constructors
PrereqCoreqStatusSummaryResponse()
Declaration
public PrereqCoreqStatusSummaryResponse()
Properties
PrereqCoreqStatusSummaryInfo
Declaration
public List<PrereqCoreqStatusSummaryInfo> PrereqCoreqStatusSummaryInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PrereqCoreqStatusSummaryInfo> |
PrereqValidationErrors
Declaration
public List<PrereqValidationDetail> PrereqValidationErrors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PrereqValidationDetail> |