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