Class FoundSkill
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
Skill
Name of the skill found.
public string Skill { get; set; }