Interface IFormQuestionCriteria
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public interface IFormQuestionCriteria
- Extension Methods
-
Properties
QueryFilter Filter { get; set; }
Property Value
- QueryFilter
Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
Guid? SurveyFormIdentifier { get; set; }
Property Value
- Guid?
string SurveyQuestionAttribute { get; set; }
Property Value
- string
string SurveyQuestionCode { get; set; }
Property Value
- string
string SurveyQuestionIndicator { get; set; }
Property Value
- string
bool? SurveyQuestionIsNested { get; set; }
Property Value
- bool?
bool? SurveyQuestionIsRequired { get; set; }
Property Value
- bool?
bool? SurveyQuestionListEnableBranch { get; set; }
Property Value
- bool?
bool? SurveyQuestionListEnableGroupMembership { get; set; }
Property Value
- bool?
SurveyQuestionListEnableOtherText
bool? SurveyQuestionListEnableOtherText { get; set; }
Property Value
- bool?
bool? SurveyQuestionListEnableRandomization { get; set; }
Property Value
- bool?
bool? SurveyQuestionNumberEnableStatistics { get; set; }
Property Value
- bool?
int? SurveyQuestionSequence { get; set; }
Property Value
- int?
string SurveyQuestionSource { get; set; }
Property Value
- string
SurveyQuestionTextCharacterLimit
int? SurveyQuestionTextCharacterLimit { get; set; }
Property Value
- int?
SurveyQuestionTextLineCount
int? SurveyQuestionTextLineCount { get; set; }
Property Value
- int?
string SurveyQuestionType { get; set; }
Property Value
- string