Table of Contents

Class EmployerNames

Namespace
Textkernel.Tx.Models.Job
Assembly
Textkernel.Tx.SDK.dll

Names of employers found in a job description

public class EmployerNames
Inheritance
EmployerNames
Inherited Members

Properties

EmployerName

All employer names found in a job description

public List<string> EmployerName { get; set; }

Property Value

List<string>

MainEmployerName

The main/overall employer name

public string MainEmployerName { get; set; }

Property Value

string