| BaseSmartSearchDataProvider Class |
Note: This API is now obsolete.
Inheritance Hierarchy
Namespace:
Dynamicweb.Modules.Searching.SmartSearch
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use Dynamicweb.SmartSearch.DataProviders.BaseSmartSearchDataProvider instead")]
public class BaseSmartSearchDataProvider : BaseSmartSearchDataProvider
<ObsoleteAttribute("Use Dynamicweb.SmartSearch.DataProviders.BaseSmartSearchDataProvider instead")>
Public Class BaseSmartSearchDataProvider
Inherits BaseSmartSearchDataProvider
The BaseSmartSearchDataProvider type exposes the following members.
Constructors Properties Methods
| Name | Description |
---|
| Clone | (Inherited from BaseSmartSearchDataProvider.) |
| GetCount(Int32, SmartSearchRuleGroupCollection) | (Inherited from BaseSmartSearchDataProvider.) |
| GetCount(Int32, SmartSearchRulesGroupCollection) | Obsolete. (Inherited from BaseSmartSearchDataProvider.) |
| GetIdSuitableString | (Inherited from ConfigurableAddIn.) |
| GetParametersToXml | (Inherited from ConfigurableAddIn.) |
| GetParametersToXml(Boolean) | (Inherited from ConfigurableAddIn.) |
| GetPreviewData(Int32, SmartSearchRuleGroupCollection, SmartSearchSortInfo) | (Inherited from BaseSmartSearchDataProvider.) |
| GetPreviewData(Int32, SmartSearchRulesGroupCollection, SmartSearchSortInfo) | Obsolete. (Inherited from BaseSmartSearchDataProvider.) |
| GetRulesConditionOptions | (Inherited from BaseSmartSearchDataProvider.) |
| GetRulesDataFields | (Inherited from BaseSmartSearchDataProvider.) |
| GetSortingDataFields | (Inherited from BaseSmartSearchDataProvider.) |
| LoadParametersFromXml | (Inherited from ConfigurableAddIn.) |
| OnGetCount(Int32, SmartSearchRuleGroupCollection) | (Inherited from BaseSmartSearchDataProvider.) |
| OnGetCount(Int32, SmartSearchRulesGroupCollection) | Obsolete. (Inherited from BaseSmartSearchDataProvider.) |
| OnGetEntityType | (Inherited from BaseSmartSearchDataProvider.) |
| OnGetPreviewData(Int32, SmartSearchRuleGroupCollection, SmartSearchSortInfo) | (Inherited from BaseSmartSearchDataProvider.) |
| OnGetPreviewData(Int32, SmartSearchRulesGroupCollection, SmartSearchSortInfo) | Obsolete. (Inherited from BaseSmartSearchDataProvider.) |
| OnGetPreviewDataDescriptionText | (Inherited from BaseSmartSearchDataProvider.) |
| OnGetRulesConditionOperators | (Inherited from BaseSmartSearchDataProvider.) |
| OnGetRulesDataFields | (Inherited from BaseSmartSearchDataProvider.) |
| OnGetSortingDataFields | (Inherited from BaseSmartSearchDataProvider.) |
| RenderAdditionalContent | (Inherited from ConfigurableAddIn.) |
| SetValue | (Inherited from ConfigurableAddIn.) |
| UpdateFromPost | (Inherited from ConfigurableAddIn.) |
TopSee Also