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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DuplicateValidator
DuplicateValidator control.
protected CustomValidator DuplicateValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HeaderContent
HeaderContent control.
protected PageHeadContent HeaderContent
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NoItemsMessage
NoItemsMessage control.
protected HtmlGenericControl NoItemsMessage
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.
ReorderButton
ReorderButton control.
protected Button ReorderButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ReorderCommandButtons
ReorderCommandButtons control.
protected Panel ReorderCommandButtons
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Repeater
Repeater control.
protected Repeater Repeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RequiredValidator
RequiredValidator control.
protected CustomValidator RequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SectionControl
SectionControl control.
protected HtmlGenericControl SectionControl
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
EnableAJAX
public bool EnableAJAX { get; set; }
Property Value
Methods
AddItem()
public void AddItem()
ClearStorage()
public void ClearStorage()
LoadCollection(Guid, Guid)
public void LoadCollection(Guid organizationId, Guid collectionId)
Parameters
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
OnReorderCommand(string)
public void OnReorderCommand(string argument)
Parameters
argumentstring
SaveCollections()
public void SaveCollections()
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
UnloadCollection()
public void UnloadCollection()