Class PreferenceSearchProvider
MDO Provider that retrieves a list of preference keys corresponding to a given keyword.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("PreferenceSearch")]
[MDOAdditionalInfo("Preference section name", "Functions")]
public class PreferenceSearchProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
Preferences are described in the prefdesc table. This provider will retrieve descriptions for all keys for a given keyword. A search for the keyword, passed in as the additionalInfo to the constructor, is preformed in both name and descriptio fields.
Each item contains the programmatic key name in the extraInfo field.
Constructors
PreferenceSearchProvider()
Declaration
public PreferenceSearchProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "PreferenceSearch"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)