Class PersonList
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddButton2
AddButton2 control.
protected Button AddButton2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FinalValidator
FinalValidator control.
protected CustomValidator FinalValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MaxRegistrations
MaxRegistrations control.
protected HtmlGenericControl MaxRegistrations
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PersonRepeater
PersonRepeater control.
protected Repeater PersonRepeater
Field Value
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
Methods
GetCustomHelp()
protected string GetCustomHelp()
Returns
GetPeople()
public List<PersonItem> GetPeople()
Returns
LoadData(QEvent)
public void LoadData(QEvent @event)
Parameters
eventQEvent
OnInit(EventArgs)
protected override void OnInit(EventArgs e)