Interface CompetencyReport.IQuestion
- Namespace
- InSite.Application.Standards.Read
- Assembly
- Shift.Sdk.dll
public interface CompetencyReport.IQuestion
- Extension Methods
-
Properties
AnswerPoints
decimal? AnswerPoints { get; }
Property Value
- decimal?
CompetencyAreaCode
string CompetencyAreaCode { get; }
Property Value
- string
CompetencyAreaIdentifier
Guid? CompetencyAreaIdentifier { get; }
Property Value
- Guid?
CompetencyAreaLabel
string CompetencyAreaLabel { get; }
Property Value
- string
CompetencyAreaTitle
string CompetencyAreaTitle { get; }
Property Value
- string
CompetencyItemCode
string CompetencyItemCode { get; }
Property Value
- string
CompetencyItemIdentifier
Guid? CompetencyItemIdentifier { get; }
Property Value
- Guid?
CompetencyItemLabel
string CompetencyItemLabel { get; }
Property Value
- string
CompetencyItemTitle
string CompetencyItemTitle { get; }
Property Value
- string
QuestionIdentifier
Guid QuestionIdentifier { get; }
Property Value
- Guid
QuestionPoints
decimal? QuestionPoints { get; }
Property Value
- decimal?
QuestionSequence
int QuestionSequence { get; }
Property Value
- int
QuestionText
string QuestionText { get; }
Property Value
- string