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