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