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