Table of Contents

Class RelationshipList

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

Constructors

RelationshipList()

public RelationshipList()

Fields

AddResourceLink control.

protected Button AddResourceLink

Field Value

Button

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

CommandButtons2

CommandButtons2 control.

protected HtmlGenericControl CommandButtons2

Field Value

HtmlGenericControl

Remarks

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

DataRepeater

DataRepeater control.

protected Repeater DataRepeater

Field Value

Repeater

Remarks

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

HeaderContent

HeaderContent control.

protected PageHeadContent HeaderContent

Field Value

PageHeadContent

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.

ReorderButton

ReorderButton control.

protected Button ReorderButton

Field Value

Button

Remarks

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

ReorderCommandButtons

ReorderCommandButtons control.

protected Panel ReorderCommandButtons

Field Value

Panel

Remarks

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

SectionControl

SectionControl control.

protected HtmlGenericControl SectionControl

Field Value

HtmlGenericControl

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

Direction

protected ConnectionDirection Direction { get; set; }

Property Value

ConnectionDirection

EnableAJAX

public bool EnableAJAX { get; set; }

Property Value

bool

EnableSort

public bool EnableSort { get; set; }

Property Value

bool

ItemCount

public int ItemCount { get; set; }

Property Value

int

Methods

LoadData(QPage, ConnectionDirection)

public void LoadData(QPage entity, ConnectionDirection direction)

Parameters

entity QPage
direction ConnectionDirection

LoadData(QSite, ConnectionDirection)

public void LoadData(QSite entity, ConnectionDirection direction)

Parameters

entity QSite
direction ConnectionDirection

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

OnReorderCommand(string)

public void OnReorderCommand(string argument)

Parameters

argument string

Events

Refreshed

public event EventHandler Refreshed

Event Type

EventHandler