Class CmdsCompetencyDashboard
public class CmdsCompetencyDashboard : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
CmdsCompetencyDashboard
- Implements
- Inherited Members
Constructors
CmdsCompetencyDashboard()
public CmdsCompetencyDashboard()
Fields
CmdsCompetencySummaryPanel
CmdsCompetencySummaryPanel control.
protected HtmlGenericControl CmdsCompetencySummaryPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsComplianceSummary
CmdsComplianceSummary control.
protected CmdsComplianceSummary CmdsComplianceSummary
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsLearningSummary
CmdsLearningSummary control.
protected CmdsLearningSummary CmdsLearningSummary
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsLearningSummaryPanel
CmdsLearningSummaryPanel control.
protected Container CmdsLearningSummaryPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsOrientationSummary
CmdsOrientationSummary control.
protected CmdsOrientationSummary CmdsOrientationSummary
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsPrimaryCompetencySummary
CmdsPrimaryCompetencySummary control.
protected CmdsCompetencySummary CmdsPrimaryCompetencySummary
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsPrimaryProfileName
CmdsPrimaryProfileName control.
protected HtmlGenericControl CmdsPrimaryProfileName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsPrimaryProfilePanel
CmdsPrimaryProfilePanel control.
protected HtmlGenericControl CmdsPrimaryProfilePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsSecondaryCompetencySummary
CmdsSecondaryCompetencySummary control.
protected CmdsCompetencySummary CmdsSecondaryCompetencySummary
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsSecondaryEmployeeProfile
CmdsSecondaryEmployeeProfile control.
protected EmployeeProfileSelector CmdsSecondaryEmployeeProfile
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsSecondaryProfileContainer
CmdsSecondaryProfileContainer control.
protected UpdatePanel CmdsSecondaryProfileContainer
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CmdsSecondaryProfileSummary
CmdsSecondaryProfileSummary control.
protected Panel CmdsSecondaryProfileSummary
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ShowWhat
ShowWhat control.
protected ComboBox ShowWhat
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StatusAlert
StatusAlert control.
protected Alert StatusAlert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TitlePanel
TitlePanel control.
protected HtmlGenericControl TitlePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UserCompetencySummary
UserCompetencySummary control.
protected UserCompetencySummary UserCompetencySummary
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
ComplianceSummary
public CmdsComplianceSummary ComplianceSummary { get; }
Property Value
LearningSummary
public CmdsLearningSummary LearningSummary { get; }
Property Value
OrientationSummary
public CmdsOrientationSummary OrientationSummary { get; }
Property Value
Methods
BindModelToControls(string)
public void BindModelToControls(string showWhat)
Parameters
showWhatstring
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
Events
DataLoaded
public event EventHandler DataLoaded