Group
Show / Hide Table of Contents

Class JobTitleFilter

Criteria for filtering on a specific job title

Inheritance
System.Object
JobTitleFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Matching.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class JobTitleFilter

Properties

| Improve this Doc View Source

IsCurrent

Whether or not the job title must be a current job title

Declaration
public bool IsCurrent { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

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

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾