Group
Show / Hide Table of Contents

Class FoundJobTitle

Information about a job title match

Inheritance
System.Object
FoundJobTitle
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.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class FoundJobTitle

Properties

| Improve this Doc View Source

IsCurrent

true when the job title found is in the current time-frame.

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

RawTerm

Exact term found.

Declaration
public string RawTerm { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

VariationOf

Original term that the variation was derived from (or null if the RawTerm was an exact match)

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