Group
Show / Hide Table of Contents

Class Position

A position/job on a resume

Inheritance
System.Object
Position
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 Position

Properties

| Improve this Doc View Source

Bullets

Bullet points found in the Description (available when

OutputFormat.CreateBullets = true
is set in the Configuration string on the request)

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

Description

The job description

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

Employer

The employer/company for this position. Will be null if IsSelfEmployed is true

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

EndDate

The end date listed for this position

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

Id

The id of this position (one-based, so POS-1 is the first, etc)

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

IsCurrent

true if the job/position is listed as current on the resume

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

IsSelfEmployed

true if the candidate was self-employed at this job/position

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

JobLevel

The level determined by length of experience and job titles. One of:
Entry Level
Experienced(non-manager)
Senior(more than 5 years experience)
Manager
Senior Manager(more than 5 years management experience)
Executive(VP, Dept.Head)
Senior Executive(President, C-level)

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

JobTitle

The job title for this position/job

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

JobType

The type of job. One of:
directHire
contract
temp
volunteer
internship
UNSPECIFIED

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

NormalizedProfession

Normalized profession of the JobTitle

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

NumberEmployeesSupervised

How many employees were supervised in this position/job

Declaration
public TxPrimitive<int> NumberEmployeesSupervised { get; set; }
Property Value
Type Description
TxPrimitive<System.Int32>
| Improve this Doc View Source

RelatedToByCompanyName

A list of Ids that have the same Employer as this Position

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

RelatedToByDates

A list of Id that have overlapping dates with this Position

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

StartDate

The start date listed for this position

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

SubTaxonomyName

The name of the skills subtaxonomy that this position was categorized as based on skills found in the job description.

Declaration
[Obsolete("You should use Professions Normalization instead.")]
public string SubTaxonomyName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TaxonomyName

The name of the skills taxonomy that this position was categorized as based on skills found in the job description.

Declaration
[Obsolete("You should use Professions Normalization instead.")]
public string TaxonomyName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TaxonomyPercentage

The percentage of this job described by the TaxonomyName

Declaration
[Obsolete("You should use Professions Normalization instead.")]
public int TaxonomyPercentage { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾