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