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