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