Class RegenerateEmployerCodeResponse
Represents the response for the RegenerateEmployerCodeResponse method.
Inheritance
System.Object
RegenerateEmployerCodeResponse
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class RegenerateEmployerCodeResponse : ServiceResponse
Constructors
RegenerateEmployerCodeResponse()
Declaration
public RegenerateEmployerCodeResponse()
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 |