Class BatchUnregisterStudentCourseRequest
Inheritance
System.Object
BatchUnregisterStudentCourseRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchUnregisterStudentCourseRequest : ServiceRequest
Constructors
BatchUnregisterStudentCourseRequest()
Declaration
public BatchUnregisterStudentCourseRequest()
Properties
BatchUnregisterStudentCourseDetailList
Declaration
public List<BatchUnregisterStudentCourseDetail> BatchUnregisterStudentCourseDetailList { get; set; }
Property Value
CampusId
Declaration
public int CampusId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
IsAllowedToOverrideRegistrationConflict
Declaration
public bool IsAllowedToOverrideRegistrationConflict { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
StudentCourseStatusChangeReasonId
Declaration
public int StudentCourseStatusChangeReasonId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|