Table of Contents

Class SurveyQuestionSettingsChanged

Namespace
InSite.Domain.Surveys.Forms
Assembly
Shift.Sdk.dll
public class SurveyQuestionSettingsChanged : Change, IChange
Inheritance
SurveyQuestionSettingsChanged
Implements
Inherited Members
Extension Methods

Constructors

SurveyQuestionSettingsChanged(Guid, bool, bool, bool, string, bool, bool, bool, bool, bool, int?, int?, bool, bool, Guid[], bool, SurveyQuestionListSelectionRange, bool)

public SurveyQuestionSettingsChanged(Guid question, bool isHidden, bool isRequired, bool isNested, string likertAnalysis, bool listEnableRandomization, bool listEnableOtherText, bool listEnableBranch, bool listEnableGroupMembership, bool listDisableColumnHeadingWrap, int? textLineCount, int? textCharacterLimit, bool numberEnableStatistics, bool numberEnableAutoCalc, Guid[] numberAutoCalcQuestions, bool numberEnableNotApplicable, SurveyQuestionListSelectionRange listSelectionRange, bool enableCreateCase)

Parameters

question Guid
isHidden bool
isRequired bool
isNested bool
likertAnalysis string
listEnableRandomization bool
listEnableOtherText bool
listEnableBranch bool
listEnableGroupMembership bool
listDisableColumnHeadingWrap bool
textLineCount int?
textCharacterLimit int?
numberEnableStatistics bool
numberEnableAutoCalc bool
numberAutoCalcQuestions Guid[]
numberEnableNotApplicable bool
listSelectionRange SurveyQuestionListSelectionRange
enableCreateCase bool

Properties

EnableCreateCase

public bool EnableCreateCase { get; }

Property Value

bool

IsHidden

public bool IsHidden { get; }

Property Value

bool

IsNested

public bool IsNested { get; }

Property Value

bool

IsRequired

public bool IsRequired { get; }

Property Value

bool

LikertAnalysis

public string LikertAnalysis { get; }

Property Value

string

ListDisableColumnHeadingWrap

public bool ListDisableColumnHeadingWrap { get; }

Property Value

bool

ListEnableBranch

public bool ListEnableBranch { get; }

Property Value

bool

ListEnableGroupMembership

public bool ListEnableGroupMembership { get; }

Property Value

bool

ListEnableOtherText

public bool ListEnableOtherText { get; }

Property Value

bool

ListEnableRandomization

public bool ListEnableRandomization { get; }

Property Value

bool

ListSelectionRange

public SurveyQuestionListSelectionRange ListSelectionRange { get; }

Property Value

SurveyQuestionListSelectionRange

NumberAutoCalcQuestions

public Guid[] NumberAutoCalcQuestions { get; }

Property Value

Guid[]

NumberEnableAutoCalc

public bool NumberEnableAutoCalc { get; }

Property Value

bool

NumberEnableNotApplicable

public bool NumberEnableNotApplicable { get; }

Property Value

bool

NumberEnableStatistics

public bool NumberEnableStatistics { get; }

Property Value

bool

Question

public Guid Question { get; }

Property Value

Guid

TextCharacterLimit

public int? TextCharacterLimit { get; }

Property Value

int?

TextLineCount

public int? TextLineCount { get; }

Property Value

int?