Table of Contents

Class ScenarioQuestions

Namespace
InSite.UI.Admin.Standards.Standards.Controls
Assembly
InSite.UI.dll
public class ScenarioQuestions : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
ScenarioQuestions
Implements
Inherited Members

Constructors

ScenarioQuestions()

public ScenarioQuestions()

Fields

AddQuestionButton

AddQuestionButton control.

protected Button AddQuestionButton

Field Value

Button

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.

FilterQuestionsButton

FilterQuestionsButton control.

protected IconButton FilterQuestionsButton

Field Value

IconButton

Remarks

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

FilterQuestionsField

FilterQuestionsField control.

protected Container FilterQuestionsField

Field Value

Container

Remarks

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

FilterQuestionsTextBox

FilterQuestionsTextBox control.

protected TextBox FilterQuestionsTextBox

Field Value

TextBox

Remarks

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

LoadQuestionsButton

LoadQuestionsButton control.

protected Button LoadQuestionsButton

Field Value

Button

Remarks

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

QuestionRepeater

QuestionRepeater control.

protected QuestionRepeater QuestionRepeater

Field Value

QuestionRepeater

Remarks

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

QuestionsUpdatePanel

QuestionsUpdatePanel control.

protected UpdatePanel QuestionsUpdatePanel

Field Value

UpdatePanel

Remarks

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

Properties

BankIdentifier

protected Guid? BankIdentifier { get; set; }

Property Value

Guid?

BankSetIdentifier

protected Guid? BankSetIdentifier { get; set; }

Property Value

Guid?

QuestionsCount

public int QuestionsCount { get; set; }

Property Value

int

StandardIdentifier

protected Guid? StandardIdentifier { get; set; }

Property Value

Guid?

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetInputValues(Standard, bool, string, Guid?)

public void SetInputValues(Standard standard, bool canEdit, string returnQuery, Guid? selectedQuestionId)

Parameters

standard Standard
canEdit bool
returnQuery string
selectedQuestionId Guid?

Events

Alert

public event AlertHandler Alert

Event Type

AlertHandler