Class AddCompetencyRequirement
- Namespace
- InSite.Application.JournalSetups.Write
- Assembly
- Shift.Sdk.dll
public class AddCompetencyRequirement : Command, ICommand
- Inheritance
-
AddCompetencyRequirement
- Implements
- Inherited Members
- Extension Methods
Constructors
AddCompetencyRequirement(Guid, Guid, decimal?, int?, int?, bool)
public AddCompetencyRequirement(Guid journalSetup, Guid competency, decimal? hours, int? journalItems, int? skillRating, bool includeHoursToArea)
Parameters
journalSetupGuidcompetencyGuidhoursdecimal?journalItemsint?skillRatingint?includeHoursToAreabool
Properties
Competency
public Guid Competency { get; }
Property Value
Hours
public decimal? Hours { get; }
Property Value
IncludeHoursToArea
public bool IncludeHoursToArea { get; }
Property Value
JournalItems
public int? JournalItems { get; }
Property Value
- int?
SkillRating
public int? SkillRating { get; }
Property Value
- int?