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