Table of Contents

Class Competency

Namespace
Shift.Toolbox.Progress
Assembly
Shift.Toolbox.dll
public class Competency
Inheritance
Competency
Inherited Members
Extension Methods

Constructors

Competency()

public Competency()

Properties

CompletedHours

public decimal? CompletedHours { get; set; }

Property Value

decimal?

CompletedJournalItems

public int? CompletedJournalItems { get; set; }

Property Value

int?

Hours

public string Hours { get; set; }

Property Value

string

IncludeHoursToArea

public bool IncludeHoursToArea { get; set; }

Property Value

bool

JournalItems

public string JournalItems { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

RequiredHours

public decimal? RequiredHours { get; set; }

Property Value

decimal?

RequiredJournalItems

public int? RequiredJournalItems { get; set; }

Property Value

int?

SatisfactionLevel

public string SatisfactionLevel { get; set; }

Property Value

string

Selected

public bool Selected { get; set; }

Property Value

bool

Sequence

public int Sequence { get; set; }

Property Value

int

SkillRating

public string SkillRating { get; set; }

Property Value

string