Class GetDuplicatePendingEmployerProcessEventArgs
Represents arguments to Get Duplicate Pending Employer Process EventArgs.
Inheritance
System.Object
GetDuplicatePendingEmployerProcessEventArgs
Namespace: Cmc.Nexus.CareerServices.Events
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class GetDuplicatePendingEmployerProcessEventArgs : ServiceEventArgs<GetDuplicatePendingEmployerProcessRequest, GetDuplicatePendingEmployerProcessResponse>
Constructors
GetDuplicatePendingEmployerProcessEventArgs(GetDuplicatePendingEmployerProcessRequest)
initializes a new instance of the GetDuplicatePendingEmployerProcessEventArgs class.
Declaration
public GetDuplicatePendingEmployerProcessEventArgs(GetDuplicatePendingEmployerProcessRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetDuplicatePendingEmployerProcessRequest | request | the request. |