Class ResumeSkill
- Namespace
- Textkernel.Tx.Models.Resume.Skills
- Assembly
- Textkernel.Tx.SDK.dll
A skill listed in a resume or job
public class ResumeSkill : ResumeSkillVariation
- Inheritance
-
ResumeSkill
- Inherited Members
Properties
ChildrenLastUsed
If this skill has any varitaions, this describes the most recent date any of the varitaions were used
public TxPrimitive<DateTime> ChildrenLastUsed { get; set; }
Property Value
ChildrenMonthsExperience
If this skill has any varitaions, this describes the total months experience of those variations
public TxPrimitive<int> ChildrenMonthsExperience { get; set; }
Property Value
Variations
The variations (synonyms) of this skill that were found
public List<ResumeSkillVariation> Variations { get; set; }