Table of Contents

Class CompetenciesSelector

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

Constructors

CompetenciesSelector()

public CompetenciesSelector()

Fields

CollapseAllButton

CollapseAllButton control.

protected Button CollapseAllButton

Field Value

Button

Remarks

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

CommonScript

CommonScript control.

protected PageFooterContent CommonScript

Field Value

PageFooterContent

Remarks

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

CommonStyle

CommonStyle control.

protected PageHeadContent CommonStyle

Field Value

PageHeadContent

Remarks

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

Container

Container control.

protected HtmlGenericControl Container

Field Value

HtmlGenericControl

Remarks

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

ExpandAllButton

ExpandAllButton control.

protected Button ExpandAllButton

Field Value

Button

Remarks

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

ExpandLevelSelector

ExpandLevelSelector control.

protected ComboBox ExpandLevelSelector

Field Value

ComboBox

Remarks

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

FilterText

FilterText control.

protected TextBox FilterText

Field Value

TextBox

Remarks

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

FrameworkSelector

FrameworkSelector control.

protected FindStandard FrameworkSelector

Field Value

FindStandard

Remarks

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

RefreshButton

RefreshButton control.

protected Button RefreshButton

Field Value

Button

Remarks

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

Repeater

Repeater control.

protected CompetenciesSelectorRepeater Repeater

Field Value

CompetenciesSelectorRepeater

Remarks

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

UpdatePanel

UpdatePanel control.

protected UpdatePanel UpdatePanel

Field Value

UpdatePanel

Remarks

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

Properties

FrameworkKey

public Guid? FrameworkKey { get; }

Property Value

Guid?

SelectedCompetencies

public IEnumerable<Guid> SelectedCompetencies { get; }

Property Value

IEnumerable<Guid>

StandardIdentifier

public Guid? StandardIdentifier { get; set; }

Property Value

Guid?

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs