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