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