Class SavePendingEmployerProcessRequest
Represents Model for Process Electronic Employer
Inheritance
System.Object
SavePendingEmployerProcessRequest
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class SavePendingEmployerProcessRequest : ServiceRequest
Constructors
SavePendingEmployerProcessRequest()
Declaration
public SavePendingEmployerProcessRequest()
Properties
PendingEmployerProcessDetailList
Declaration
public ICollection<PendingEmployerProcessDetail> PendingEmployerProcessDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<PendingEmployerProcessDetail> |