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()
MDO Provider that retrieves a list of preference sections
Declaration
public PreferenceSectionProvider()
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.Fields
ProviderName
MDO Provider that retrieves a list of preference sections
Declaration
public const string ProviderName = "PreferenceSection"
Field Value
Type | Description |
---|---|
String |
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.Methods
AddItems()
MDO Provider that retrieves a list of preference sections
Declaration
protected override void AddItems()
Overrides
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.Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)