Class ScenarioQuestions
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
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.
FilterQuestionsButton
FilterQuestionsButton control.
protected IconButton FilterQuestionsButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterQuestionsField
FilterQuestionsField control.
protected Container FilterQuestionsField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterQuestionsTextBox
FilterQuestionsTextBox control.
protected TextBox FilterQuestionsTextBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LoadQuestionsButton
LoadQuestionsButton control.
protected Button LoadQuestionsButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionRepeater
QuestionRepeater control.
protected QuestionRepeater QuestionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionsUpdatePanel
QuestionsUpdatePanel control.
protected UpdatePanel QuestionsUpdatePanel
Field Value
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
StandardIdentifier
protected Guid? StandardIdentifier { get; set; }
Property Value
- Guid?
Methods
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
SetInputValues(Standard, bool, string, Guid?)
public void SetInputValues(Standard standard, bool canEdit, string returnQuery, Guid? selectedQuestionId)
Parameters
Events
Alert
public event AlertHandler Alert