Click or drag to resize

UserProviderSmartSearchBase Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.AddInsConfigurableAddIn
    Dynamicweb.SmartSearch.DataProvidersBaseSmartSearchDataProvider
      Dynamicweb.SmartSearch.DataProvidersSmartSearchDataProviderIEnumerableUser
        Dynamicweb.SmartSearch.DataProvidersUserProviderSmartSearchBase

Namespace:  Dynamicweb.SmartSearch.DataProviders
Assembly:  Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax
public abstract class UserProviderSmartSearchBase : SmartSearchDataProvider<IEnumerable<User>>

The UserProviderSmartSearchBase type exposes the following members.

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