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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CollapseAllButton
CollapseAllButton control.
protected Button CollapseAllButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonScript
CommonScript control.
protected PageFooterContent CommonScript
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonStyle
CommonStyle control.
protected PageHeadContent CommonStyle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Container
Container control.
protected HtmlGenericControl Container
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ExpandAllButton
ExpandAllButton control.
protected Button ExpandAllButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ExpandLevelSelector
ExpandLevelSelector control.
protected ComboBox ExpandLevelSelector
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterText
FilterText control.
protected TextBox FilterText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FrameworkName
FrameworkName control.
protected HtmlGenericControl FrameworkName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NoCompetenciesAlert
NoCompetenciesAlert control.
protected HtmlGenericControl NoCompetenciesAlert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NodeRepeater
NodeRepeater control.
protected Repeater NodeRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RefreshButton
RefreshButton control.
protected Button RefreshButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Repeater
Repeater control.
protected CompetenciesSelectorRepeater Repeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UpdatePanel
UpdatePanel control.
protected UpdatePanel UpdatePanel
Field Value
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
FrameworkIdentifier
protected Guid? FrameworkIdentifier { get; set; }
Property Value
- Guid?
SelectedCompetencies
public IEnumerable<Guid> SelectedCompetencies { get; }
Property Value
Methods
BindModelToControls(Guid, Guid, Guid?)
public void BindModelToControls(Guid course, Guid activity, Guid? framework)
Parameters
LoadCompetencies(Guid, Guid)
public static List<StandardInfo> LoadCompetencies(Guid activity, Guid framework)
Parameters
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)