Class DeleteStudentAllocationRequest
Service Request
Inheritance
System.Object
DeleteStudentAllocationRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteStudentAllocationRequest : ServiceRequest
Constructors
DeleteStudentAllocationRequest()
Declaration
public DeleteStudentAllocationRequest()
Properties
CampusId
CampusId
Declaration
public int CampusId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
CourseIdList
CourseIdList
Declaration
public string CourseIdList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TestingScheduleId
TestingScheduleId
Declaration
public int TestingScheduleId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |