Class DownloadAllocationRoomResponse
Represents the DownloadAllocationRoomResponse.
Inheritance
System.Object
DownloadAllocationRoomResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DownloadAllocationRoomResponse : ServiceResponse
Constructors
DownloadAllocationRoomResponse()
Declaration
public DownloadAllocationRoomResponse()
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 |
RoomAllocationList
Declaration
public List<RoomAllocationExtended> RoomAllocationList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RoomAllocationExtended> |