Class QuestionStatisticsPanel
- Namespace
- InSite.Admin.Assessments.Questions.Controls
- Assembly
- InSite.UI.dll
public class QuestionStatisticsPanel : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
QuestionStatisticsPanel
- Implements
- Inherited Members
Constructors
QuestionStatisticsPanel()
public QuestionStatisticsPanel()
Fields
QuestionCodeRepeater
QuestionCodeRepeater control.
protected Repeater QuestionCodeRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionPerDifficultyRepeater
QuestionPerDifficultyRepeater control.
protected Repeater QuestionPerDifficultyRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionPerGacAndTaxonomyRepeater
QuestionPerGacAndTaxonomyRepeater control.
protected Repeater QuestionPerGacAndTaxonomyRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionPerLigRepeater
QuestionPerLigRepeater control.
protected Repeater QuestionPerLigRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionPerTagAndTaxonomyRepeater
QuestionPerTagAndTaxonomyRepeater control.
protected Repeater QuestionPerTagAndTaxonomyRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionPerTaxonomyRepeater
QuestionPerTaxonomyRepeater control.
protected Repeater QuestionPerTaxonomyRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StandardsRepeater
StandardsRepeater control.
protected Repeater StandardsRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StandardsTaxonomyRepeater
StandardsTaxonomyRepeater control.
protected Repeater StandardsTaxonomyRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SubCompetenciesRepeater
SubCompetenciesRepeater control.
protected Repeater SubCompetenciesRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TagsTaxonomyRepeater
TagsTaxonomyRepeater control.
protected Repeater TagsTaxonomyRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
GetStandardCode(object)
protected static string GetStandardCode(object value)
Parameters
valueobject
Returns
GetXlsx(BankState)
public static byte[] GetXlsx(BankState bank)
Parameters
bankBankState
Returns
- byte[]
GetXlsx(Form)
public static byte[] GetXlsx(Form form)
Parameters
formForm
Returns
- byte[]
LoadData(BankState)
public bool LoadData(BankState bank)
Parameters
bankBankState
Returns
LoadData(Form)
public bool LoadData(Form form)
Parameters
formForm
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)