Table of Contents

Class SearchResults

Namespace
InSite.Custom.CMDS.Admin.Standards.Validations.Controls
Assembly
InSite.UI.dll
public class SearchResults : SearchResultsGridViewController<StandardValidationFilter>, 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

GetLocalTime(DateTimeOffset?)

protected string GetLocalTime(DateTimeOffset? date)

Parameters

date DateTimeOffset?

Returns

string

GetStatusHtml(bool)

protected string GetStatusHtml(bool isValidated)

Parameters

isValidated bool

Returns

string

SelectCount(StandardValidationFilter)

protected override int SelectCount(StandardValidationFilter filter)

Parameters

filter StandardValidationFilter

Returns

int

SelectData(StandardValidationFilter)

protected override IListSource SelectData(StandardValidationFilter filter)

Parameters

filter StandardValidationFilter

Returns

IListSource