Table of Contents

Class ProgramSearchControl

Namespace
InSite.UI.Portal.Learning.Programs.Controls
Assembly
InSite.UI.dll
public class ProgramSearchControl : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
ProgramSearchControl
Implements
Inherited Members

Constructors

ProgramSearchControl()

public ProgramSearchControl()

Fields

CardRepeater

CardRepeater control.

protected ProgramCardRepeater CardRepeater

Field Value

ProgramCardRepeater

Remarks

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

CatalogAlert

CatalogAlert control.

protected Alert CatalogAlert

Field Value

Alert

Remarks

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

FilterButtonRepeater

FilterButtonRepeater control.

protected Repeater FilterButtonRepeater

Field Value

Repeater

Remarks

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

FilterPanel

FilterPanel control.

protected HtmlGenericControl FilterPanel

Field Value

HtmlGenericControl

Remarks

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

ItemCount

ItemCount control.

protected Literal ItemCount

Field Value

Literal

Remarks

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

PageRepeater

PageRepeater control.

protected Repeater PageRepeater

Field Value

Repeater

Remarks

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

SearchText

SearchText control.

protected InputFilter SearchText

Field Value

InputFilter

Remarks

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

SortBySelect

SortBySelect control.

protected ComboBox SortBySelect

Field Value

ComboBox

Remarks

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

Methods

LoadData(string, string, bool)

public void LoadData(string requestedCatalog, string requestCategory, bool viewEntireCatalog)

Parameters

requestedCatalog string
requestCategory string
viewEntireCatalog bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

RefreshData()

public void RefreshData()

SetSearch(VCatalogProgramSearch, CatalogItemFilter)

public void SetSearch(VCatalogProgramSearch search, CatalogItemFilter filter)

Parameters

search VCatalogProgramSearch
filter CatalogItemFilter

Events

Searched

public event ProgramSearchControl.SearchedHandler Searched

Event Type

ProgramSearchControl.SearchedHandler