Table of Contents

Class AttendeePanel

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

Constructors

AttendeePanel()

public AttendeePanel()

Fields

AddButton

AddButton control.

protected HyperLink AddButton

Field Value

HyperLink

Remarks

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

ButtonPanel

ButtonPanel control.

protected HtmlGenericControl ButtonPanel

Field Value

HtmlGenericControl

Remarks

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

FilterButton

FilterButton control.

protected IconButton FilterButton

Field Value

IconButton

Remarks

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

FilterPanel

FilterPanel control.

protected HtmlGenericControl FilterPanel

Field Value

HtmlGenericControl

Remarks

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

FilterText

FilterText control.

protected TextBox FilterText

Field Value

TextBox

Remarks

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

PersonAttendeeRepeater

PersonAttendeeRepeater control.

protected Repeater PersonAttendeeRepeater

Field Value

Repeater

Remarks

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

Properties

InvigilatorCount

public int InvigilatorCount { get; }

Property Value

int

PersonCount

public int PersonCount { get; }

Property Value

int

Methods

LoadData(Guid, bool)

public void LoadData(Guid id, bool canWrite)

Parameters

id Guid
canWrite bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Events

Refreshed

public event EventHandler Refreshed

Event Type

EventHandler