Table of Contents

Class CollectionItemRepeater

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

Constructors

CollectionItemRepeater()

public CollectionItemRepeater()

Fields

CommandButtons

CommandButtons control.

protected HtmlGenericControl CommandButtons

Field Value

HtmlGenericControl

Remarks

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

DuplicateValidator

DuplicateValidator control.

protected CustomValidator DuplicateValidator

Field Value

CustomValidator

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.

NoItemsMessage

NoItemsMessage control.

protected HtmlGenericControl NoItemsMessage

Field Value

HtmlGenericControl

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.

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.

RequiredValidator

RequiredValidator control.

protected CustomValidator RequiredValidator

Field Value

CustomValidator

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

EnableAJAX

public bool EnableAJAX { get; set; }

Property Value

bool

Methods

AddItem()

public void AddItem()

ClearStorage()

public void ClearStorage()

LoadCollection(Guid, Guid)

public void LoadCollection(Guid organizationId, Guid collectionId)

Parameters

organizationId Guid
collectionId Guid

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(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

SaveCollections()

public void SaveCollections()

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string

UnloadCollection()

public void UnloadCollection()