Group
Show / Hide Table of Contents

Class ProfessionExclusiveSkills

An exclusive skill per profession.

Inheritance
System.Object
ProfessionExclusiveSkills
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.API.DataEnrichment.Ontology.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ProfessionExclusiveSkills

Properties

| Improve this Doc View Source

ProfessionCodeId

The code ID of the profession in the Professions Taxonomy.

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

SkillsFoundOnlyInThisProfession

A list of skills that are relative to this profession, but not the other.

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