Class BatchUnregisterMultipleStudentCourseResponse
Inheritance
System.Object
BatchUnregisterMultipleStudentCourseResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchUnregisterMultipleStudentCourseResponse : ServiceResponse
Constructors
BatchUnregisterMultipleStudentCourseResponse()
Declaration
public BatchUnregisterMultipleStudentCourseResponse()
Properties
BatchMultipleUnregisterResults
Declaration
public string BatchMultipleUnregisterResults { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BatchMultipleUnregisterStudentCourseResponseList
Declaration
public ICollection<BatchUnregisterMultipleStudentCourseDetailResponse> BatchMultipleUnregisterStudentCourseResponseList { get; set; }
Property Value
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
StudentCourseStatusChangeReasonId
Declaration
public int? StudentCourseStatusChangeReasonId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|