Class GetTfrExportStudentsEventArgs
Represents arguments to GetTfrExportStudentsEvent.
Inheritance
System.Object
GetTfrExportStudentsEventArgs
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetTfrExportStudentsEventArgs : ServiceEventArgs<GetTfrExportStudentsRequest, GetTfrExportStudentsResponse>
Constructors
GetTfrExportStudentsEventArgs(GetTfrExportStudentsRequest)
Initializes a new instance of the Get
Declaration
public GetTfrExportStudentsEventArgs(GetTfrExportStudentsRequest request)
Parameters
Type | Name | Description |
---|---|---|
Get |
request | The request. |