Class UploadAllocationStudentRequest
Represents the UploadAllocationStudentRequest.
Inheritance
System.Object
UploadAllocationStudentRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UploadAllocationStudentRequest : ServiceRequest
Constructors
UploadAllocationStudentRequest()
Declaration
public UploadAllocationStudentRequest()
Properties
StudentAllocationList
Declaration
public List<StudentAllocationExtended> StudentAllocationList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentAllocationExtended> |