Class CompetencyQuestion
- Namespace
- InSite.Application.Standards.Read
- Assembly
- Shift.Sdk.dll
public class CompetencyQuestion
- Inheritance
-
CompetencyQuestion
- Inherited Members
- Extension Methods
Constructors
CompetencyQuestion()
public CompetencyQuestion()
Properties
AnswerPoints
public decimal AnswerPoints { get; set; }
Property Value
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
QuestionNumber
public int QuestionNumber { get; set; }
Property Value
QuestionPoints
public decimal QuestionPoints { get; set; }
Property Value
QuestionText
public string QuestionText { get; set; }