Class AllPreferenceKeysProvider
MDO Provider that retrieves all preference keys
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("AllPreferenceKeys")]
public class AllPreferenceKeysProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
All preferences that are not sections are returned, grouped alphabetically. If addidionalInfo is OrderBySection, it is first grouped alphabetically by section. Preferences that have list of values are bolded.
Constructors
AllPreferenceKeysProvider()
MDO Provider that retrieves all preference keys
Declaration
public AllPreferenceKeysProvider()
Remarks
All preferences that are not sections are returned, grouped alphabetically. If addidionalInfo is OrderBySection, it is first grouped alphabetically by section. Preferences that have list of values are bolded.
Fields
ProviderName
MDO Provider that retrieves all preference keys
Declaration
public const string ProviderName = "AllPreferenceKeys"
Field Value
Type | Description |
---|---|
String |
Remarks
All preferences that are not sections are returned, grouped alphabetically. If addidionalInfo is OrderBySection, it is first grouped alphabetically by section. Preferences that have list of values are bolded.
Methods
AddItems()
MDO Provider that retrieves all preference keys
Declaration
protected override void AddItems()
Overrides
Remarks
All preferences that are not sections are returned, grouped alphabetically. If addidionalInfo is OrderBySection, it is first grouped alphabetically by section. Preferences that have list of values are bolded.