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