Table of Contents

Class Area

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

Constructors

Area()

public Area()

Properties

Competencies

public List<Competency> Competencies { get; set; }

Property Value

List<Competency>

HasRequiredHours

public bool HasRequiredHours { get; }

Property Value

bool

HoursCompleted

public decimal HoursCompleted { get; }

Property Value

decimal

Name

public string Name { get; set; }

Property Value

string

RequiredHours

public decimal? RequiredHours { get; set; }

Property Value

decimal?

Sequence

public int Sequence { get; set; }

Property Value

int