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