Table of Contents

Class PersonList

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

Constructors

PersonList()

public PersonList()

Fields

AddButton1

AddButton1 control.

protected Button AddButton1

Field Value

Button

Remarks

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

AddButton2

AddButton2 control.

protected Button AddButton2

Field Value

Button

Remarks

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

FinalValidator

FinalValidator control.

protected CustomValidator FinalValidator

Field Value

CustomValidator

Remarks

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

MaxRegistrations

MaxRegistrations control.

protected HtmlGenericControl MaxRegistrations

Field Value

HtmlGenericControl

Remarks

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

PersonRepeater

PersonRepeater control.

protected Repeater PersonRepeater

Field Value

Repeater

Remarks

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

Properties

AllowDelete

protected bool AllowDelete { get; set; }

Property Value

bool

Methods

GetCustomHelp()

protected string GetCustomHelp()

Returns

string

GetPeople()

public List<PersonItem> GetPeople()

Returns

List<PersonItem>

LoadData(QEvent)

public void LoadData(QEvent @event)

Parameters

event QEvent

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs