Class QuestionLikertDetails
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddRowButton
AddRowButton control.
protected Button AddRowButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ColumnRepeater
ColumnRepeater control.
protected Repeater ColumnRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ColumnsOrder
ColumnsOrder control.
protected HiddenField ColumnsOrder
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OptionsCard
OptionsCard control.
protected HtmlGenericControl OptionsCard
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OptionsColumnRepeater
OptionsColumnRepeater control.
protected Repeater OptionsColumnRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OptionsRowRepeater
OptionsRowRepeater control.
protected Repeater OptionsRowRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RowRepeater
RowRepeater control.
protected Repeater RowRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RowsOrder
RowsOrder control.
protected HiddenField RowsOrder
Field Value
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
Methods
GetCommands(Question)
public IEnumerable<Command> GetCommands(Question question)
Parameters
questionQuestion
Returns
GetError()
public string GetError()
Returns
GetMatrix()
public LikertMatrix GetMatrix()
Returns
LoadData(Question)
public void LoadData(Question question = null)
Parameters
questionQuestion
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SetCompetencyFramework(Guid)
public void SetCompetencyFramework(Guid frameworkId)
Parameters
frameworkIdGuid
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring