Class GetEmployerJobCandidatesResponse
Represents Get Response for Employer Job Candidates
Inheritance
System.Object
GetEmployerJobCandidatesResponse
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class GetEmployerJobCandidatesResponse : ServiceResponse
Constructors
GetEmployerJobCandidatesResponse()
Declaration
public GetEmployerJobCandidatesResponse()
Properties
EmployerJobCandidatesList
Represents List of Multiple Employer Candidates
Declaration
public List<EmployerJobCandidate> EmployerJobCandidatesList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmployerJobCandidate> |