Group
Show / Hide Table of Contents

Class SkillFilter

Filter for a specific skill

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

Properties

| Improve this Doc View Source

ExperienceLevel

The experience level of the skill

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public SkillExperienceLevel ExperienceLevel { get; set; }
Property Value
Type Description
SkillExperienceLevel
| Improve this Doc View Source

IsCurrent

Whether or not the skill must be a current skill

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

SkillName

The name of the skill. Supports (*, ?) wildcard characters after the third character in the term as defined in https://developer.textkernel.com/tx-platform/v10/ai-matching/overview/querying/#ai-filtering-special-operators

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