Class CompetencyItem
- Namespace
- InSite.Application.Standards.Read
- Assembly
- Shift.Sdk.dll
public class CompetencyItem
- Inheritance
-
CompetencyItem
- Inherited Members
-
- Extension Methods
-
Constructors
CompetencyItem()
Properties
AnswersPoints
public decimal AnswersPoints { get; }
Property Value
- decimal
Code
public string Code { get; set; }
Property Value
- string
Identifier
public Guid Identifier { get; set; }
Property Value
- Guid
Label
public string Label { get; set; }
Property Value
- string
PointsHtml
public string PointsHtml { get; }
Property Value
- string
Questions
public List<CompetencyQuestion> Questions { get; set; }
Property Value
- List<CompetencyQuestion>
QuestionsPoints
public decimal QuestionsPoints { get; }
Property Value
- decimal
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