Class SaveEmployerJobCandidatesRequest
Represents Save Employer Job Candidates Request
Inheritance
System.Object
SaveEmployerJobCandidatesRequest
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class SaveEmployerJobCandidatesRequest : ServiceRequest
Constructors
SaveEmployerJobCandidatesRequest()
Declaration
public SaveEmployerJobCandidatesRequest()
Properties
JobCandidateDetailList
Declaration
public ICollection<JobCandidateDetail> JobCandidateDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<JobCandidateDetail> |
JobCandidateDocumentList
Declaration
public ICollection<JobCandidateDocument> JobCandidateDocumentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<JobCandidateDocument> |
TaskTemplateId
Declaration
public int TaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |