Group
Show / Hide Table of Contents

Class ResumeSkillVariation

A skill listed in a resume or job

Inheritance
System.Object
Skill
ResumeSkillVariation
ResumeSkill
Inherited Members
Skill.Id
Skill.Name
Skill.ExistsInText
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.Skills
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ResumeSkillVariation : Skill

Properties

| Improve this Doc View Source

FoundIn

Where the skill was found

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

LastUsed

Describes the date the candidate last used the skill (derived from position dates)

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

MonthsExperience

Describes the amount of experience a candidate has with this skill

Declaration
public TxPrimitive<int> MonthsExperience { get; set; }
Property Value
Type Description
TxPrimitive<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾