Class PreferenceSectionProvider
MDO Provider that retrieves a list of preference sections
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("PreferenceSection")]
public class PreferenceSectionProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
Preferences are described in the prefdesc table. This provider will retrieve descriptions for all sections.
Each item contains the programmatic section name in the extraInfo field.
Constructors
PreferenceSectionProvider()
Declaration
public PreferenceSectionProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "PreferenceSection"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)