Table of Contents

Class QuestionsManager

Namespace
InSite.Admin.Workflow.Forms.Controls
Assembly
InSite.UI.dll
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

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

AddNewQuestionBottom

AddNewQuestionBottom control.

protected Button AddNewQuestionBottom

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

AddOptionList

AddOptionList control.

protected HtmlGenericControl AddOptionList

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CommonScript

CommonScript control.

protected PageFooterContent CommonScript

Field Value

PageFooterContent

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Div1

Div1 control.

protected HtmlGenericControl Div1

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DownloadPdfButton

DownloadPdfButton control.

protected Button DownloadPdfButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FilterButton

FilterButton control.

protected IconButton FilterButton

Field Value

IconButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FilterTextBox

FilterTextBox control.

protected TextBox FilterTextBox

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

QuestionRepeater

QuestionRepeater control.

protected Repeater QuestionRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ReorderField

ReorderField control.

protected HtmlGenericControl ReorderField

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ReorderQuestions

ReorderQuestions control.

protected Button ReorderQuestions

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SurveyPage

SurveyPage control.

protected ComboBox SurveyPage

Field Value

ComboBox

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

bool

MaxOptionCount

protected int MaxOptionCount { get; }

Property Value

int

QuestionCount

public int QuestionCount { get; }

Property Value

int

SurveyID

protected Guid? SurveyID { get; set; }

Property Value

Guid?

Methods

GetHint(Guid)

protected string GetHint(Guid id)

Parameters

id Guid

Returns

string

GetLetter(int)

protected string GetLetter(int sequence)

Parameters

sequence int

Returns

string

GetQuestionType(SurveyQuestion)

public string GetQuestionType(SurveyQuestion question)

Parameters

question SurveyQuestion

Returns

string

GetTitle(Guid)

protected string GetTitle(Guid id)

Parameters

id Guid

Returns

string

LoadData(SurveyForm, int?, Guid?, bool)

public void LoadData(SurveyForm survey, int? pageNumber, Guid? questionId, bool canEdit)

Parameters

survey SurveyForm
pageNumber int?
questionId Guid?
canEdit bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Events

Copied

public event EventHandler Copied

Event Type

EventHandler