Group
Show / Hide Table of Contents

Class ResumeRawSkill

Skill exactly as it was found in the plain text of the document.

Inheritance
System.Object
RawSkill
ResumeRawSkill
Inherited Members
RawSkill.Name
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 ResumeRawSkill : RawSkill

Properties

| Improve this Doc View Source

FoundIn

Array of objects denoting where in the document this skill was located.

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). null if unknown.

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. null if unknown.

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
☀
☾