Class CompetencyRequirementAdded
public class CompetencyRequirementAdded : Change, IChange
- Inheritance
-
CompetencyRequirementAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
CompetencyRequirementAdded(Guid, decimal?, int?, int?, bool?)
public CompetencyRequirementAdded(Guid competency, decimal? hours, int? journalItems, int? skillRating, bool? includeHoursToArea)
Parameters
Properties
Competency
public Guid Competency { get; }
Property Value
Hours
public decimal? Hours { get; }
Property Value
IncludeHoursToArea
public bool? IncludeHoursToArea { get; }
Property Value
- bool?
JournalItems
public int? JournalItems { get; }
Property Value
- int?
SkillRating
public int? SkillRating { get; }
Property Value
- int?