Class AttendeePanel
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ButtonPanel
ButtonPanel control.
protected HtmlGenericControl ButtonPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterButton
FilterButton control.
protected IconButton FilterButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterPanel
FilterPanel control.
protected HtmlGenericControl FilterPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterText
FilterText control.
protected TextBox FilterText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PersonAttendeeRepeater
PersonAttendeeRepeater control.
protected Repeater PersonAttendeeRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
InvigilatorCount
public int InvigilatorCount { get; }
Property Value
PersonCount
public int PersonCount { get; }
Property Value
Methods
LoadData(Guid, bool)
public void LoadData(Guid id, bool canWrite)
Parameters
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
Events
Refreshed
public event EventHandler Refreshed