Table of Contents

Class CompetencyRequirementChanged

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class CompetencyRequirementChanged : Change, IChange
Inheritance
CompetencyRequirementChanged
Implements
Inherited Members
Extension Methods

Constructors

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

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