Class Area
public class Area
- Inheritance
-
Area
- Inherited Members
- Extension Methods
Constructors
Area()
public Area()
Properties
Competencies
public List<Competency> Competencies { get; set; }
Property Value
HasRequiredHours
public bool HasRequiredHours { get; }
Property Value
HoursCompleted
public decimal HoursCompleted { get; }
Property Value
Name
public string Name { get; set; }
Property Value
RequiredHours
public decimal? RequiredHours { get; set; }
Property Value
Sequence
public int Sequence { get; set; }