Table of Contents

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

journalSetup Guid
competency Guid
hours decimal?
journalItems int?
skillRating int?
includeHoursToArea bool

Properties

Competency

public Guid Competency { get; }

Property Value

Guid

Hours

public decimal? Hours { get; }

Property Value

decimal?

IncludeHoursToArea

public bool IncludeHoursToArea { get; }

Property Value

bool

JournalItems

public int? JournalItems { get; }

Property Value

int?

SkillRating

public int? SkillRating { get; }

Property Value

int?