Class CompetencyArea
- Namespace
- InSite.Application.Standards.Read
- Assembly
- Shift.Sdk.dll
public class CompetencyArea
- Inheritance
-
CompetencyArea
- Inherited Members
-
- Extension Methods
-
Constructors
CompetencyArea()
Properties
Code
public string Code { get; set; }
Property Value
- string
Identifier
public Guid Identifier { get; set; }
Property Value
- Guid
Items
public List<CompetencyItem> Items { get; set; }
Property Value
- List<CompetencyItem>
Label
public string Label { get; set; }
Property Value
- string
Score
public decimal Score { get; }
Property Value
- decimal
ScoreHtml
public string ScoreHtml { get; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string
Methods
GetAnswersPoints()
public decimal GetAnswersPoints()
Returns
- decimal
GetQuestionsCount()
public int GetQuestionsCount()
Returns
- int
GetQuestionsPoints()
public decimal GetQuestionsPoints()
Returns
- decimal