Table of Contents

Interface IFormQuestionCriteria

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public interface IFormQuestionCriteria
Extension Methods

Properties

Filter

QueryFilter Filter { get; set; }

Property Value

QueryFilter

OrganizationIdentifier

Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

SurveyFormIdentifier

Guid? SurveyFormIdentifier { get; set; }

Property Value

Guid?

SurveyQuestionAttribute

string SurveyQuestionAttribute { get; set; }

Property Value

string

SurveyQuestionCode

string SurveyQuestionCode { get; set; }

Property Value

string

SurveyQuestionIndicator

string SurveyQuestionIndicator { get; set; }

Property Value

string

SurveyQuestionIsNested

bool? SurveyQuestionIsNested { get; set; }

Property Value

bool?

SurveyQuestionIsRequired

bool? SurveyQuestionIsRequired { get; set; }

Property Value

bool?

SurveyQuestionListEnableBranch

bool? SurveyQuestionListEnableBranch { get; set; }

Property Value

bool?

SurveyQuestionListEnableGroupMembership

bool? SurveyQuestionListEnableGroupMembership { get; set; }

Property Value

bool?

SurveyQuestionListEnableOtherText

bool? SurveyQuestionListEnableOtherText { get; set; }

Property Value

bool?

SurveyQuestionListEnableRandomization

bool? SurveyQuestionListEnableRandomization { get; set; }

Property Value

bool?

SurveyQuestionNumberEnableStatistics

bool? SurveyQuestionNumberEnableStatistics { get; set; }

Property Value

bool?

SurveyQuestionSequence

int? SurveyQuestionSequence { get; set; }

Property Value

int?

SurveyQuestionSource

string SurveyQuestionSource { get; set; }

Property Value

string

SurveyQuestionTextCharacterLimit

int? SurveyQuestionTextCharacterLimit { get; set; }

Property Value

int?

SurveyQuestionTextLineCount

int? SurveyQuestionTextLineCount { get; set; }

Property Value

int?

SurveyQuestionType

string SurveyQuestionType { get; set; }

Property Value

string