Class QSurveyOptionItem
- Namespace
- InSite.Application.Surveys.Read
- Assembly
- Shift.Sdk.dll
public class QSurveyOptionItem
- Inheritance
-
QSurveyOptionItem
- Inherited Members
-
- Extension Methods
-
Constructors
QSurveyOptionItem()
public QSurveyOptionItem()
Properties
BranchToQuestion
public virtual QSurveyQuestion BranchToQuestion { get; set; }
Property Value
- QSurveyQuestion
BranchToQuestionIdentifier
public Guid? BranchToQuestionIdentifier { get; set; }
Property Value
- Guid?
QResponseOptions
public virtual ICollection<QResponseOption> QResponseOptions { get; set; }
Property Value
- ICollection<QResponseOption>
QSurveyConditions
public virtual ICollection<QSurveyCondition> QSurveyConditions { get; set; }
Property Value
- ICollection<QSurveyCondition>
SurveyOptionItemCategory
public string SurveyOptionItemCategory { get; set; }
Property Value
- string
SurveyOptionItemIdentifier
public Guid SurveyOptionItemIdentifier { get; set; }
Property Value
- Guid
SurveyOptionItemPoints
public decimal? SurveyOptionItemPoints { get; set; }
Property Value
- decimal?
SurveyOptionItemSequence
public int SurveyOptionItemSequence { get; set; }
Property Value
- int
SurveyOptionList
public virtual QSurveyOptionList SurveyOptionList { get; set; }
Property Value
- QSurveyOptionList
SurveyOptionListIdentifier
public Guid SurveyOptionListIdentifier { get; set; }
Property Value
- Guid