Table of Contents

Class QuestionLikertDetails

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

Constructors

QuestionLikertDetails()

public QuestionLikertDetails()

Fields

AddColumnButton

AddColumnButton control.

protected Button AddColumnButton

Field Value

Button

Remarks

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

AddRowButton

AddRowButton control.

protected Button AddRowButton

Field Value

Button

Remarks

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

ColumnRepeater

ColumnRepeater control.

protected Repeater ColumnRepeater

Field Value

Repeater

Remarks

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

ColumnsOrder

ColumnsOrder control.

protected HiddenField ColumnsOrder

Field Value

HiddenField

Remarks

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

OptionsCard

OptionsCard control.

protected HtmlGenericControl OptionsCard

Field Value

HtmlGenericControl

Remarks

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

OptionsColumnRepeater

OptionsColumnRepeater control.

protected Repeater OptionsColumnRepeater

Field Value

Repeater

Remarks

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

OptionsRowRepeater

OptionsRowRepeater control.

protected Repeater OptionsRowRepeater

Field Value

Repeater

Remarks

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

RowRepeater

RowRepeater control.

protected Repeater RowRepeater

Field Value

Repeater

Remarks

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

RowsOrder

RowsOrder control.

protected HiddenField RowsOrder

Field Value

HiddenField

Remarks

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

Properties

IsReadOnly

public bool IsReadOnly { get; set; }

Property Value

bool

Methods

GetCommands(Question)

public IEnumerable<Command> GetCommands(Question question)

Parameters

question Question

Returns

IEnumerable<Command>

GetError()

public string GetError()

Returns

string

GetMatrix()

public LikertMatrix GetMatrix()

Returns

LikertMatrix

LoadData(Question)

public void LoadData(Question question = null)

Parameters

question Question

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SetCompetencyFramework(Guid)

public void SetCompetencyFramework(Guid frameworkId)

Parameters

frameworkId Guid

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string