Class JobTitleFilter
Criteria for filtering on a specific job title
public class JobTitleFilter
- Inheritance
-
JobTitleFilter
- Inherited Members
Properties
IsCurrent
Whether or not the job title must be a current job title
public bool IsCurrent { get; set; }
Property Value
Title
The name of the Job Title. Supports (*, ?) wildcard characters after the third character in the term as defined in https://developer.textkernel.com/tx-platform/v10/ai-matching/overview/querying/#ai-filtering-special-operators
public string Title { get; set; }