Class BatchUnregisterStudentCourseResponse
Inheritance
System.Object
BatchUnregisterStudentCourseResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchUnregisterStudentCourseResponse : ServiceResponse
Constructors
BatchUnregisterStudentCourseResponse()
Declaration
public BatchUnregisterStudentCourseResponse()
Properties
BatchUnregisterResults
Declaration
public string BatchUnregisterResults { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BatchUnregisterStudentCourseResponseList
Declaration
public List<BatchUnregisterStudentCourseDetailResponse> BatchUnregisterStudentCourseResponseList { get; set; }
Property Value
CampusId
Declaration
public int CampusId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ConflictDetailList
Declaration
public List<TermRegistrationConflictDetail> ConflictDetailList { get; set; }
Property Value
StudentCourseStatusChangeReasonId
Declaration
public int StudentCourseStatusChangeReasonId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|