Class GetInvigilatorExamScheduleListEventArgs
InvigilatorExamSchedule List Event Args
Inheritance
System.Object
GetInvigilatorExamScheduleListEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetInvigilatorExamScheduleListEventArgs : ServiceEventArgs<InvigilatorExamScheduleListRequest, InvigilatorExamScheduleListResponse>
Constructors
GetInvigilatorExamScheduleListEventArgs(InvigilatorExamScheduleListRequest, InvigilatorExamScheduleListResponse)
Constructor with request and response
Declaration
public GetInvigilatorExamScheduleListEventArgs(InvigilatorExamScheduleListRequest request, InvigilatorExamScheduleListResponse response)
Parameters
| Type | Name | Description |
|---|---|---|
| InvigilatorExamScheduleListRequest | request | Service Request |
| InvigilatorExamScheduleListResponse | response | Service Response |