Group
Show / Hide Table of Contents

Class FoundSkill

Information about a skill match

Inheritance
System.Object
FoundSkill
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.Matching.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class FoundSkill

Properties

| Improve this Doc View Source

IsCurrent

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

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

Skill

Name of the skill found.

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