Group
Show / Hide Table of Contents

Class EmployerNames

Names of employers found in a job description

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

Properties

| Improve this Doc View Source

EmployerName

All employer names found in a job description

Declaration
public List<string> EmployerName { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

MainEmployerName

The main/overall employer name

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