 | BaseSmartSearchDataProvider Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.SmartSearch.DataProviders
Assembly:
Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax[AddInNameAttribute("Dynamicweb.Modules.Searching.SmartSearch")]
[AddInGroupAttribute("SmartSearchDataProvider")]
[AddInIgnoreAttribute(true)]
[AddInDescriptionAttribute("Base smart search data provider")]
public class BaseSmartSearchDataProvider : ConfigurableAddIn,
ICloneable
<AddInNameAttribute("Dynamicweb.Modules.Searching.SmartSearch")>
<AddInGroupAttribute("SmartSearchDataProvider")>
<AddInIgnoreAttribute(true)>
<AddInDescriptionAttribute("Base smart search data provider")>
Public Class BaseSmartSearchDataProvider
Inherits ConfigurableAddIn
Implements ICloneable
The BaseSmartSearchDataProvider type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | Clone | |
 | GetCount(Int32, SmartSearchRuleGroupCollection) | |
 | GetCount(Int32, SmartSearchRulesGroupCollection) | Obsolete. |
  | GetCountCacheKey(Int32, SmartSearchRuleGroupCollection) | |
  | GetCountCacheKey(Int32, SmartSearchRulesGroupCollection) | Obsolete. |
 | GetIdSuitableString | (Inherited from ConfigurableAddIn.) |
 | GetParametersToXml | (Inherited from ConfigurableAddIn.) |
 | GetParametersToXml(Boolean) | (Inherited from ConfigurableAddIn.) |
 | GetPreviewData(Int32, SmartSearchRuleGroupCollection, SmartSearchSortInfo) | |
 | GetPreviewData(Int32, SmartSearchRulesGroupCollection, SmartSearchSortInfo) | Obsolete. |
 | GetRulesConditionOptions | |
 | GetRulesDataFields | |
 | GetSortingDataFields | |
 | LoadParametersFromXml | (Inherited from ConfigurableAddIn.) |
 | OnGetCount(Int32, SmartSearchRuleGroupCollection) | |
 | OnGetCount(Int32, SmartSearchRulesGroupCollection) | Obsolete. |
 | OnGetEntityType | |
 | OnGetPreviewData(Int32, SmartSearchRuleGroupCollection, SmartSearchSortInfo) | |
 | OnGetPreviewData(Int32, SmartSearchRulesGroupCollection, SmartSearchSortInfo) | Obsolete. |
 | OnGetPreviewDataDescriptionText | |
 | OnGetRulesConditionOperators | |
 | OnGetRulesDataFields | |
 | OnGetSortingDataFields | |
 | RenderAdditionalContent | (Inherited from ConfigurableAddIn.) |
 | SetValue | (Inherited from ConfigurableAddIn.) |
 | UpdateFromPost | (Inherited from ConfigurableAddIn.) |
Top
See Also