Class SelectionAnalysisItem
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class SelectionAnalysisItem
- Inheritance
-
SelectionAnalysisItem
- Inherited Members
-
Constructors
SelectionAnalysisItem(int, bool, int, int)
public SelectionAnalysisItem(int questionId, bool answerCheck, int answerFrequencey, int answerScore)
Parameters
questionId int
answerCheck bool
answerFrequencey int
answerScore int
SelectionAnalysisItem(int, int, int, int)
public SelectionAnalysisItem(int questionId, int optionId, int answerFrequencey, int answerScore)
Parameters
questionId int
optionId int
answerFrequencey int
answerScore int
Properties
AnswerCheck
public bool AnswerCheck { get; }
Property Value
- bool
AnswerFrequency
public int AnswerFrequency { get; set; }
Property Value
- int
AnswerScore
public int AnswerScore { get; }
Property Value
- int
OptionId
public int? OptionId { get; }
Property Value
- int?
QuestionId
public int QuestionId { get; }
Property Value
- int