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