Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
ISurveyQuestion CreateSurveyQuestion( string name, string description, SurveyQuestionType QuestionType, string AdditionalInfo, bool Required, string RegEx, string RegExMessage, string DefaultValue, ISurveyStep parentStep ) |
Visual Basic |
---|
Function CreateSurveyQuestion ( _ name As String, _ description As String, _ QuestionType As SurveyQuestionType, _ AdditionalInfo As String, _ Required As Boolean, _ RegEx As String, _ RegExMessage As String, _ DefaultValue As String, _ parentStep As ISurveyStep _ ) As ISurveyQuestion |
Visual C++ |
---|
ISurveyQuestion^ CreateSurveyQuestion( String^ name, String^ description, SurveyQuestionType QuestionType, String^ AdditionalInfo, bool Required, String^ RegEx, String^ RegExMessage, String^ DefaultValue, ISurveyStep^ parentStep ) |
Parameters
- name
- Type: System..::..String
- description
- Type: System..::..String
- QuestionType
- Type: SurveyQuestionType
- AdditionalInfo
- Type: System..::..String
- Required
- Type: System..::..Boolean
- RegEx
- Type: System..::..String
- RegExMessage
- Type: System..::..String
- DefaultValue
- Type: System..::..String
- parentStep
- Type: Cartella.Interfaces..::..ISurveyStep