Table of Contents

Class SearchResults

public class SearchResults : SearchResultsGridViewController<DepartmentProfileUserFilter>, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, ISearchResults
Inheritance
SearchResults
Implements
Inherited Members

Constructors

SearchResults()

public SearchResults()

Fields

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.

Instructions

Instructions control.

protected Literal Instructions

Field Value

Literal

Remarks

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

Methods

OnRowCommand(GridViewRow, string, object)

protected override void OnRowCommand(GridViewRow row, string name, object argument)

Parameters

row GridViewRow
name string
argument object

SelectCount(DepartmentProfileUserFilter)

protected override int SelectCount(DepartmentProfileUserFilter filter)

Parameters

filter DepartmentProfileUserFilter

Returns

int

SelectData(DepartmentProfileUserFilter)

protected override IListSource SelectData(DepartmentProfileUserFilter filter)

Parameters

filter DepartmentProfileUserFilter

Returns

IListSource