Class GetTexasICUTConfigurationEventArgs
Event args class for GetTexasICUTConfiguration.
Inheritance
System.Object
GetTexasICUTConfigurationEventArgs
Namespace: Cmc.Nexus.FinancialAid.Events
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetTexasICUTConfigurationEventArgs : ServiceEventArgs<ServiceRequest, GetTexasICUTConfigurationResponse>
Constructors
GetTexasICUTConfigurationEventArgs(ServiceRequest)
Initializes a new instance of the GetTexasICUTConfigurationEventArgs class.
Declaration
public GetTexasICUTConfigurationEventArgs(ServiceRequest request)
Parameters
Type | Name | Description |
---|---|---|
Cmc.Core.ServiceModel.ServiceRequest | request | The request. |