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