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