Class FoundJobTitle
Information about a job title match
public class FoundJobTitle
- Inheritance
-
FoundJobTitle
- Inherited Members
Properties
IsCurrent
true when the job title found is in the current time-frame.
public bool IsCurrent { get; set; }
Property Value
RawTerm
Exact term found.
public string RawTerm { get; set; }
Property Value
VariationOf
public string VariationOf { get; set; }