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