Table of Contents

Class RegistrationGrid

Namespace
InSite.Admin.Contacts.People.Controls
Assembly
InSite.UI.dll
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

IconButton

Remarks

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

FilterTextBox

FilterTextBox control.

protected TextBox FilterTextBox

Field Value

TextBox

Remarks

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

Grid

Grid control.

protected Grid Grid

Field Value

Grid

Remarks

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

GridView

GridView control.

protected View GridView

Field Value

View

Remarks

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

MultiView

MultiView control.

protected MultiView MultiView

Field Value

MultiView

Remarks

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

NoRecordsView

NoRecordsView control.

protected View NoRecordsView

Field Value

View

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

bool

IsFinder

protected override bool IsFinder { get; }

Property Value

bool

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid

Methods

Clear()

public void Clear()

LoadData(Guid, bool)

public void LoadData(Guid userIdentifier, bool allowEdit)

Parameters

userIdentifier Guid
allowEdit bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SelectCount(NullFilter)

protected override int SelectCount(NullFilter filter)

Parameters

filter NullFilter

Returns

int

SelectData(NullFilter)

protected override IListSource SelectData(NullFilter filter)

Parameters

filter NullFilter

Returns

IListSource