Group
Show / Hide Table of Contents

Class ResumeSkill

A skill listed in a resume or job

Inheritance
System.Object
Skill
ResumeSkillVariation
ResumeSkill
Inherited Members
ResumeSkillVariation.MonthsExperience
ResumeSkillVariation.LastUsed
ResumeSkillVariation.FoundIn
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 ResumeSkill : ResumeSkillVariation

Properties

| Improve this Doc View Source

ChildrenLastUsed

If this skill has any varitaions, this describes the most recent date any of the varitaions were used

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

ChildrenMonthsExperience

If this skill has any varitaions, this describes the total months experience of those variations

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

Variations

The variations (synonyms) of this skill that were found

Declaration
public List<ResumeSkillVariation> Variations { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ResumeSkillVariation>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾