Class DeleteRoomAllocationResponse
Inheritance
System.Object
DeleteRoomAllocationResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteRoomAllocationResponse : ServiceResponse
Constructors
DeleteRoomAllocationResponse()
Default Constructor
Declaration
public DeleteRoomAllocationResponse()
Properties
UpdatedRoomAllocationList
List of updated Allocated Rooms
Declaration
public List<TestingAllocateRoomEntity> UpdatedRoomAllocationList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TestingAllocateRoomEntity> |