Table of Contents

Class ChangeCompetencyRequirement

Namespace
InSite.Application.JournalSetups.Write
Assembly
Shift.Sdk.dll
public class ChangeCompetencyRequirement : Command, ICommand
Inheritance
ChangeCompetencyRequirement
Implements
Inherited Members
Extension Methods

Constructors

ChangeCompetencyRequirement(Guid, Guid, decimal?, int?, int?, bool)

public ChangeCompetencyRequirement(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?