Table of Contents

Class CountFormQuestions

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CountFormQuestions : Query<int>, IQuery<int>, IFormQuestionCriteria
Inheritance
CountFormQuestions
Implements
Inherited Members
Extension Methods

Constructors

CountFormQuestions()

public CountFormQuestions()

Properties

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

SurveyFormIdentifier

public Guid? SurveyFormIdentifier { get; set; }

Property Value

Guid?

SurveyQuestionAttribute

public string SurveyQuestionAttribute { get; set; }

Property Value

string

SurveyQuestionCode

public string SurveyQuestionCode { get; set; }

Property Value

string

SurveyQuestionIndicator

public string SurveyQuestionIndicator { get; set; }

Property Value

string

SurveyQuestionIsNested

public bool? SurveyQuestionIsNested { get; set; }

Property Value

bool?

SurveyQuestionIsRequired

public bool? SurveyQuestionIsRequired { get; set; }

Property Value

bool?

SurveyQuestionListEnableBranch

public bool? SurveyQuestionListEnableBranch { get; set; }

Property Value

bool?

SurveyQuestionListEnableGroupMembership

public bool? SurveyQuestionListEnableGroupMembership { get; set; }

Property Value

bool?

SurveyQuestionListEnableOtherText

public bool? SurveyQuestionListEnableOtherText { get; set; }

Property Value

bool?

SurveyQuestionListEnableRandomization

public bool? SurveyQuestionListEnableRandomization { get; set; }

Property Value

bool?

SurveyQuestionNumberEnableStatistics

public bool? SurveyQuestionNumberEnableStatistics { get; set; }

Property Value

bool?

SurveyQuestionSequence

public int? SurveyQuestionSequence { get; set; }

Property Value

int?

SurveyQuestionSource

public string SurveyQuestionSource { get; set; }

Property Value

string

SurveyQuestionTextCharacterLimit

public int? SurveyQuestionTextCharacterLimit { get; set; }

Property Value

int?

SurveyQuestionTextLineCount

public int? SurveyQuestionTextLineCount { get; set; }

Property Value

int?

SurveyQuestionType

public string SurveyQuestionType { get; set; }

Property Value

string