Table of Contents

Class CompetenciesSelector

Namespace
InSite.Admin.Courses.Activities.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

AssetType

AssetType control.

protected HtmlGenericControl AssetType

Field Value

HtmlGenericControl

Remarks

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

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.

FrameworkName

FrameworkName control.

protected HtmlGenericControl FrameworkName

Field Value

HtmlGenericControl

Remarks

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

NoCompetenciesAlert

NoCompetenciesAlert control.

protected HtmlGenericControl NoCompetenciesAlert

Field Value

HtmlGenericControl

Remarks

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

NodeRepeater

NodeRepeater control.

protected Repeater NodeRepeater

Field Value

Repeater

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

ActivityIdentifier

protected Guid ActivityIdentifier { get; set; }

Property Value

Guid

FrameworkIdentifier

protected Guid? FrameworkIdentifier { get; set; }

Property Value

Guid?

SelectedCompetencies

public IEnumerable<Guid> SelectedCompetencies { get; }

Property Value

IEnumerable<Guid>

Methods

BindModelToControls(Guid, Guid, Guid?)

public void BindModelToControls(Guid course, Guid activity, Guid? framework)

Parameters

course Guid
activity Guid
framework Guid?

LoadCompetencies(Guid, Guid)

public static List<StandardInfo> LoadCompetencies(Guid activity, Guid framework)

Parameters

activity Guid
framework Guid

Returns

List<StandardInfo>

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs