Class ProgramSearchControl
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CatalogAlert
CatalogAlert control.
protected Alert CatalogAlert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterButtonRepeater
FilterButtonRepeater control.
protected Repeater FilterButtonRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterPanel
FilterPanel control.
protected HtmlGenericControl FilterPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ItemCount
ItemCount control.
protected Literal ItemCount
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PageRepeater
PageRepeater control.
protected Repeater PageRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchText
SearchText control.
protected InputFilter SearchText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SortBySelect
SortBySelect control.
protected ComboBox SortBySelect
Field Value
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
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
RefreshData()
public void RefreshData()
SetSearch(VCatalogProgramSearch, CatalogItemFilter)
public void SetSearch(VCatalogProgramSearch search, CatalogItemFilter filter)
Parameters
searchVCatalogProgramSearchfilterCatalogItemFilter
Events
Searched
public event ProgramSearchControl.SearchedHandler Searched