Class CollectFormQuestions
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CollectFormQuestions : Query<IEnumerable<FormQuestionModel>>, IQuery<IEnumerable<FormQuestionModel>>, IFormQuestionCriteria
- Inheritance
-
CollectFormQuestions
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public CollectFormQuestions()
Properties
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
public Guid? SurveyFormIdentifier { get; set; }
Property Value
- Guid?
public string SurveyQuestionAttribute { get; set; }
Property Value
- string
public string SurveyQuestionCode { get; set; }
Property Value
- string
public string SurveyQuestionIndicator { get; set; }
Property Value
- string
public bool? SurveyQuestionIsNested { get; set; }
Property Value
- bool?
public bool? SurveyQuestionIsRequired { get; set; }
Property Value
- bool?
public bool? SurveyQuestionListEnableBranch { get; set; }
Property Value
- bool?
public bool? SurveyQuestionListEnableGroupMembership { get; set; }
Property Value
- bool?
SurveyQuestionListEnableOtherText
public bool? SurveyQuestionListEnableOtherText { get; set; }
Property Value
- bool?
public bool? SurveyQuestionListEnableRandomization { get; set; }
Property Value
- bool?
public bool? SurveyQuestionNumberEnableStatistics { get; set; }
Property Value
- bool?
public int? SurveyQuestionSequence { get; set; }
Property Value
- int?
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?
public string SurveyQuestionType { get; set; }
Property Value
- string