Class BatchUnregisterStudentCourseDetailResponse
Inheritance
System.Object
BatchUnregisterStudentCourseDetailResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchUnregisterStudentCourseDetailResponse : BatchUnregisterStudentCourseDetail
Constructors
BatchUnregisterStudentCourseDetailResponse()
Declaration
public BatchUnregisterStudentCourseDetailResponse()
Properties
ErrorDescription
Declaration
public string ErrorDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FailedReasonMessage
Declaration
public string FailedReasonMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |