Class DeleteRoomAllocationRequest
Service Request
Inheritance
System.Object
DeleteRoomAllocationRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteRoomAllocationRequest : ServiceRequest
Constructors
DeleteRoomAllocationRequest()
Declaration
public DeleteRoomAllocationRequest()
Properties
TestingRoomAllocationList
List of TestingRoomAllocations
Declaration
public List<TestingAllocateRoomEntity> TestingRoomAllocationList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TestingAllocateRoomEntity> |