Table of Contents

Class CompetencyList

Namespace
InSite.UI.Portal.Records.Logbooks.Controls
Assembly
InSite.UI.dll
public class CompetencyList : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
CompetencyList
Implements
Inherited Members

Constructors

CompetencyList()

public CompetencyList()

Fields

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.

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.

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 Repeater Repeater

Field Value

Repeater

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

StandardIdentifier

public Guid? StandardIdentifier { get; set; }

Property Value

Guid?

Methods

EscapeText(object)

protected string EscapeText(object obj)

Parameters

obj object

Returns

string

GetChanges(Guid, Guid, List<Command>)

public void GetChanges(Guid journalIdentifier, Guid experienceIdentifier, List<Command> commands)

Parameters

journalIdentifier Guid
experienceIdentifier Guid
commands List<Command>

LoadData(Guid, Guid?)

public int LoadData(Guid journalSetupIdentifier, Guid? experienceIdentifier)

Parameters

journalSetupIdentifier Guid
experienceIdentifier Guid?

Returns

int

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SetMaxHours(decimal?)

public void SetMaxHours(decimal? maxHours)

Parameters

maxHours decimal?