Table of Contents

Class Home

Namespace
InSite.UI.Admin.Integrations
Assembly
InSite.UI.dll
public class Home : AdminBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
Inheritance
Home
Implements
Inherited Members

Constructors

Home()

public Home()

Fields

APIRequestCount

APIRequestCount control.

protected Literal APIRequestCount

Field Value

Literal

Remarks

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

APIRequestCounter

APIRequestCounter control.

protected HtmlGenericControl APIRequestCounter

Field Value

HtmlGenericControl

Remarks

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

APIRequestLink control.

protected HtmlAnchor APIRequestLink

Field Value

HtmlAnchor

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

Reports

Reports control.

protected HtmlGenericControl Reports

Field Value

HtmlGenericControl

Remarks

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

Methods

BindModelToControls()

protected void BindModelToControls()

LoadCounter(HtmlGenericControl, Literal, bool, int, HtmlAnchor, string)

public static void LoadCounter(HtmlGenericControl card, Literal counter, bool visible, int count, HtmlAnchor link, string action)

Parameters

card HtmlGenericControl
counter Literal
visible bool
count int
link HtmlAnchor
action string

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs