Class BatchUnregisterMultipleStudentCourseDetailResponse
Inheritance
System.Object
BatchUnregisterMultipleStudentCourseDetailResponse
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 BatchUnregisterMultipleStudentCourseDetailResponse : BatchUnregisterMultipleStudentCourseDetail
Constructors
BatchUnregisterMultipleStudentCourseDetailResponse()
Declaration
public BatchUnregisterMultipleStudentCourseDetailResponse()
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 ICollection<RegistrationRuleResultOutput> LockEvaluationOutputList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<RegistrationRuleResultOutput> |
PrereqCoreqStatusSummaryInfoMessageList
Declaration
public ICollection<PrereqCoreqStatusSummaryInfoMessage> PrereqCoreqStatusSummaryInfoMessageList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<PrereqCoreqStatusSummaryInfoMessage> |