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