Table of Contents

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

Button

Remarks

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

QuestionNavItem

QuestionNavItem control.

protected NavItem QuestionNavItem

Field Value

NavItem

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.

SetDetails

SetDetails control.

protected SetDetails SetDetails

Field Value

SetDetails

Remarks

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

SetNavItem

SetNavItem control.

protected NavItem SetNavItem

Field Value

NavItem

Remarks

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

TabsNav

TabsNav control.

protected Nav TabsNav

Field Value

Nav

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

QuestionSetDetails.Filter

QuestionsCount

public int QuestionsCount { get; set; }

Property Value

int

SetID

public Guid SetID { get; }

Property Value

Guid

Methods

ContainsQuestion(Guid)

public bool ContainsQuestion(Guid id)

Parameters

id Guid

Returns

bool

GetTab()

public QuestionSetDetails.Tab GetTab()

Returns

QuestionSetDetails.Tab

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetInputValues(Set, bool, bool)

public void SetInputValues(Set set, bool showAllQuestions, bool canWrite)

Parameters

set Set
showAllQuestions bool
canWrite bool

SetTab(Tab)

public void SetTab(QuestionSetDetails.Tab tab)

Parameters

tab QuestionSetDetails.Tab