Table of Contents

Class FoundSkill

Namespace
Textkernel.Tx.Models.API.Matching.Response
Assembly
Textkernel.Tx.SDK.dll

Information about a skill match

public class FoundSkill
Inheritance
FoundSkill
Inherited Members

Properties

IsCurrent

true when the skill is found in the current time-frame.

public bool IsCurrent { get; set; }

Property Value

bool

Skill

Name of the skill found.

public string Skill { get; set; }

Property Value

string