Class RegistrationGrid
public class RegistrationGrid : SearchResultsGridViewController<NullFilter>, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, ISearchResults
- Inheritance
-
RegistrationGrid
- Implements
- Inherited Members
Constructors
RegistrationGrid()
public RegistrationGrid()
Fields
FilterButton
FilterButton control.
protected IconButton FilterButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterTextBox
FilterTextBox control.
protected TextBox FilterTextBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Grid
Grid control.
protected Grid Grid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GridView
GridView control.
protected View GridView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MultiView
MultiView control.
protected MultiView MultiView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NoRecordsView
NoRecordsView control.
protected View NoRecordsView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
AllowEdit
public virtual bool AllowEdit { get; set; }
Property Value
IsFinder
protected override bool IsFinder { get; }
Property Value
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
Methods
Clear()
public void Clear()
LoadData(Guid, bool)
public void LoadData(Guid userIdentifier, bool allowEdit)
Parameters
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SelectCount(NullFilter)
protected override int SelectCount(NullFilter filter)
Parameters
filterNullFilter
Returns
SelectData(NullFilter)
protected override IListSource SelectData(NullFilter filter)
Parameters
filterNullFilter