Class SavePendingEmployerProcessResponse
Inheritance
System.Object
SavePendingEmployerProcessResponse
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class SavePendingEmployerProcessResponse : ServiceResponse
Constructors
SavePendingEmployerProcessResponse()
Declaration
public SavePendingEmployerProcessResponse()
Properties
EmployerDetailList
Declaration
public ICollection<EmployerDetail> EmployerDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<EmployerDetail> |
ErrorNumber
Declaration
public int ErrorNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |