Class ResumeSkillVariation
- Namespace
- Textkernel.Tx.Models.Resume.Skills
- Assembly
- Textkernel.Tx.SDK.dll
A skill listed in a resume or job
public class ResumeSkillVariation : Skill
- Inheritance
-
ResumeSkillVariation
- Derived
- Inherited Members
Properties
FoundIn
Where the skill was found
public List<SectionIdentifier> FoundIn { get; set; }
Property Value
LastUsed
Describes the date the candidate last used the skill (derived from position dates)
public TxPrimitive<DateTime> LastUsed { get; set; }
Property Value
MonthsExperience
Describes the amount of experience a candidate has with this skill
public TxPrimitive<int> MonthsExperience { get; set; }