Class DeleteTestingRoomAllocationEventArgs
Event args class for one of the validation for DeleteRoomAllocationEventArgs.
Inheritance
System.Object
DeleteTestingRoomAllocationEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteTestingRoomAllocationEventArgs : ServiceEventArgs<DeleteRoomAllocationRequest, DeleteRoomAllocationResponse>
Constructors
DeleteTestingRoomAllocationEventArgs(DeleteRoomAllocationRequest)
Initializes a new instance of the DeleteRoomAllocationRequest class.
Declaration
public DeleteTestingRoomAllocationEventArgs(DeleteRoomAllocationRequest request)
Parameters
Type | Name | Description |
---|---|---|
DeleteRoomAllocationRequest | request | The request. |