Click or drag to resize

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

The BaseSmartSearchDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodBaseSmartSearchDataProvider
Initializes a new instance of the BaseSmartSearchDataProvider class
Top
Properties
Methods
  NameDescription
Public methodClone
Public methodGetCount(Int32, SmartSearchRuleGroupCollection)
Public methodGetCount(Int32, SmartSearchRulesGroupCollection) Obsolete.
Protected methodStatic memberGetCountCacheKey(Int32, SmartSearchRuleGroupCollection)
Protected methodStatic memberGetCountCacheKey(Int32, SmartSearchRulesGroupCollection) Obsolete.
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Public methodGetPreviewData(Int32, SmartSearchRuleGroupCollection, SmartSearchSortInfo)
Public methodGetPreviewData(Int32, SmartSearchRulesGroupCollection, SmartSearchSortInfo) Obsolete.
Public methodGetRulesConditionOptions
Public methodGetRulesDataFields
Public methodGetSortingDataFields
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Protected methodOnGetCount(Int32, SmartSearchRuleGroupCollection)
Protected methodOnGetCount(Int32, SmartSearchRulesGroupCollection) Obsolete.
Protected methodOnGetEntityType
Protected methodOnGetPreviewData(Int32, SmartSearchRuleGroupCollection, SmartSearchSortInfo)
Protected methodOnGetPreviewData(Int32, SmartSearchRulesGroupCollection, SmartSearchSortInfo) Obsolete.
Protected methodOnGetPreviewDataDescriptionText
Protected methodOnGetRulesConditionOperators
Protected methodOnGetRulesDataFields
Protected methodOnGetSortingDataFields
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also