Group
Show / Hide Table of Contents

Class Employer

A name/location for a company/employer

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

Properties

| Improve this Doc View Source

Location

The location/address of the employer

Declaration
public Location Location { get; set; }
Property Value
Type Description
Location
| Improve this Doc View Source

Name

The name of the employer (and an accuracy probability)

Declaration
public CompanyNameWithProbability Name { get; set; }
Property Value
Type Description
CompanyNameWithProbability
| Improve this Doc View Source

OtherFoundName

Sometimes a second possible company name is found, or a department/organization within a company. This is that value, if it is found.

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