Group
Show / Hide Table of Contents

Class Skill

A skill listed in a resume or job

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

Properties

| Improve this Doc View Source

ExistsInText

Whether or not this skill was found verbatim in the text

Declaration
public bool ExistsInText { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Id

The Id of the skill

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

The name of the skill

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾