Class QuestionsManager
public class QuestionsManager : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
QuestionsManager
- Implements
- Inherited Members
Constructors
QuestionsManager()
public QuestionsManager()
Fields
AddNewQuestion
AddNewQuestion control.
protected Button AddNewQuestion
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddNewQuestionBottom
AddNewQuestionBottom control.
protected Button AddNewQuestionBottom
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddOptionList
AddOptionList control.
protected HtmlGenericControl AddOptionList
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonScript
CommonScript control.
protected PageFooterContent CommonScript
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Div1
Div1 control.
protected HtmlGenericControl Div1
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DownloadPdfButton
DownloadPdfButton control.
protected Button DownloadPdfButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterButton
FilterButton control.
protected IconButton FilterButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterTextBox
FilterTextBox control.
protected TextBox FilterTextBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionRepeater
QuestionRepeater control.
protected Repeater QuestionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ReorderField
ReorderField control.
protected HtmlGenericControl ReorderField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ReorderQuestions
ReorderQuestions control.
protected Button ReorderQuestions
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SurveyPage
SurveyPage control.
protected ComboBox SurveyPage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
CanEdit
protected bool CanEdit { get; set; }
Property Value
MaxOptionCount
protected int MaxOptionCount { get; }
Property Value
QuestionCount
public int QuestionCount { get; }
Property Value
SurveyID
protected Guid? SurveyID { get; set; }
Property Value
- Guid?
Methods
GetHint(Guid)
protected string GetHint(Guid id)
Parameters
idGuid
Returns
GetLetter(int)
protected string GetLetter(int sequence)
Parameters
sequenceint
Returns
GetQuestionType(SurveyQuestion)
public string GetQuestionType(SurveyQuestion question)
Parameters
questionSurveyQuestion
Returns
GetTitle(Guid)
protected string GetTitle(Guid id)
Parameters
idGuid
Returns
LoadData(SurveyForm, int?, Guid?, bool)
public void LoadData(SurveyForm survey, int? pageNumber, Guid? questionId, bool canEdit)
Parameters
surveySurveyFormpageNumberint?questionIdGuid?canEditbool
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
Events
Copied
public event EventHandler Copied