Table of Contents

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

decimal

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

QuestionNumber

public int QuestionNumber { get; set; }

Property Value

int

QuestionPoints

public decimal QuestionPoints { get; set; }

Property Value

decimal

QuestionText

public string QuestionText { get; set; }

Property Value

string