Class SkillFilter
Filter for a specific skill
public class SkillFilter
- Inheritance
-
SkillFilter
- Inherited Members
Properties
ExperienceLevel
The experience level of the skill
[JsonConverter(typeof(JsonStringEnumConverter))]
public SkillExperienceLevel ExperienceLevel { get; set; }
Property Value
IsCurrent
Whether or not the skill must be a current skill
public bool IsCurrent { get; set; }
Property Value
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
public string SkillName { get; set; }