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