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