Class QuestionSetDetails
- Namespace
- InSite.Admin.Assessments.Questions.Controls
- Assembly
- InSite.UI.dll
public class QuestionSetDetails : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
QuestionSetDetails
- Implements
- Inherited Members
Constructors
QuestionSetDetails()
public QuestionSetDetails()
Fields
LoadQuestionsButton
LoadQuestionsButton control.
protected Button LoadQuestionsButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionNavItem
QuestionNavItem control.
protected NavItem QuestionNavItem
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.
SetDetails
SetDetails control.
protected SetDetails SetDetails
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SetNavItem
SetNavItem control.
protected NavItem SetNavItem
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TabsNav
TabsNav control.
protected Nav TabsNav
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
DataFilter
public QuestionSetDetails.Filter DataFilter { get; }
Property Value
QuestionsCount
public int QuestionsCount { get; set; }
Property Value
SetID
public Guid SetID { get; }
Property Value
Methods
ContainsQuestion(Guid)
public bool ContainsQuestion(Guid id)
Parameters
idGuid
Returns
GetTab()
public QuestionSetDetails.Tab GetTab()
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
SetInputValues(Set, bool, bool)
public void SetInputValues(Set set, bool showAllQuestions, bool canWrite)
Parameters
SetTab(Tab)
public void SetTab(QuestionSetDetails.Tab tab)