Class GetEmployerJobCandidatesRequest
Inheritance
System.Object
GetEmployerJobCandidatesRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class GetEmployerJobCandidatesRequest : ServiceRequest
Constructors
GetEmployerJobCandidatesRequest()
Declaration
public GetEmployerJobCandidatesRequest()
Properties
EmployerId
Declaration
public int EmployerId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAllSkillCriteriaRequired
Declaration
public bool IsAllSkillCriteriaRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
JobLocationId
Declaration
public int JobLocationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
JobTitleId
Declaration
public int JobTitleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SkillIdList
Declaration
public List<int> SkillIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SystemSchoolStatusIdList
Declaration
public List<int> SystemSchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|