Class CatalogSearchDataSource

Represent catalog search data source to data-bound controls.

Inheritance
System.Object
CatalogSearchDataSource
Namespace: Mediachase.Commerce.Catalog.DataSources
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class CatalogSearchDataSource : DataSourceControl

Constructors

CatalogSearchDataSource()

Declaration
public CatalogSearchDataSource()

Properties

DataMode

Gets or sets the data mode.

Declaration
public CatalogSearchDataSource.CatalogSearchDataMode DataMode { get; set; }
Property Value
Type Description
CatalogSearchDataSource.CatalogSearchDataMode

The data mode.

Options

Gets or sets the options.

Declaration
public CatalogSearchOptions Options { get; }
Property Value
Type Description
CatalogSearchOptions

The options.

Parameters

Gets or sets the parameters.

Declaration
public CatalogSearchParameters Parameters { get; }
Property Value
Type Description
CatalogSearchParameters

The parameters.

ResponseGroup

Gets or sets the response group.

Declaration
public CatalogEntryResponseGroup ResponseGroup { get; set; }
Property Value
Type Description
CatalogEntryResponseGroup

The response group.

Methods

GetView(String)

Gets the named data source view associated with the data source control.

Declaration
protected override DataSourceView GetView(string viewName)
Parameters
Type Name Description
System.String viewName

The name of the view to retrieve.

Returns
Type Description
System.Web.UI.DataSourceView

Returns the named System.Web.UI.DataSourceView associated with the System.Web.UI.IDataSource.

GetViewNames()

Gets a collection of names representing the list of view objects associated with the System.Web.UI.IDataSource interface.

Declaration
protected override ICollection GetViewNames()
Returns
Type Description
System.Collections.ICollection

An System.Collections.ICollection that contains the names of the views associated with the System.Web.UI.IDataSource.