Table of Contents

Class SearchResults

Namespace
InSite.Admin.Courses
Assembly
InSite.UI.dll
public class SearchResults : SearchResultsGridViewController<QCourseFilter>, 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

GetHtml(string)

protected string GetHtml(string name)

Parameters

name string

Returns

string

GetLocalDateTime(DateTimeOffset)

protected static string GetLocalDateTime(DateTimeOffset value)

Parameters

value DateTimeOffset

Returns

string

SelectCount(QCourseFilter)

protected override int SelectCount(QCourseFilter filter)

Parameters

filter QCourseFilter

Returns

int

SelectData(QCourseFilter)

protected override IListSource SelectData(QCourseFilter filter)

Parameters

filter QCourseFilter

Returns

IListSource