Table of Contents

Class CompetencyRequirementAdded

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
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

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?