  | SmartSearchDataProviderT 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 SmartSearchDataProvider<T> : BaseSmartSearchDataProvider
where T : class
<AddInNameAttribute("Dynamicweb.Modules.Searching.SmartSearch")>
<AddInGroupAttribute("SmartSearchDataProvider")>
<AddInIgnoreAttribute(true)>
<AddInDescriptionAttribute("Base smart search data provider")>
Public Class SmartSearchDataProvider(Of T As Class)
	Inherits BaseSmartSearchDataProviderType Parameters
- T
 
The SmartSearchDataProviderT type exposes the following members.
Constructors
Properties
Methods| 
								 
							 | Name | Description | 
|---|
  | Clone |  (Inherited from BaseSmartSearchDataProvider.) | 
  | ExecuteQuery(Int32, SmartSearchRuleGroupCollection, SmartSearchSortInfo) |  | 
  | ExecuteQuery(Int32, SmartSearchRulesGroupCollection, SmartSearchSortInfo) |  Obsolete.  | 
  | 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.) | 
  | OnExecuteQuery(Int32, SmartSearchRuleGroupCollection, SmartSearchSortInfo) |  | 
  | OnExecuteQuery(Int32, SmartSearchRulesGroupCollection, SmartSearchSortInfo) |  Obsolete.  | 
  | OnGetCount(Int32, SmartSearchRuleGroupCollection) |  (Inherited from BaseSmartSearchDataProvider.) | 
  | OnGetCount(Int32, SmartSearchRulesGroupCollection) |  Obsolete.  (Inherited from BaseSmartSearchDataProvider.) | 
  | OnGetEntityType |  (Overrides BaseSmartSearchDataProviderOnGetEntityType.) | 
  | 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.) | 
Top
See Also