Class SelectionTypeList
MDO provider for the hard-coded list of selection kinds: Static, Dynamic, Combined. Combined requires the Combined Selection CAL license.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("SelectionType")]
public class SelectionTypeList : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
SelectionTypeList()
MDO provider for the hard-coded list of selection kinds: Static, Dynamic, Combined. Combined requires the Combined Selection CAL license.
Declaration
public SelectionTypeList()
Fields
ProviderName
MDO provider for the hard-coded list of selection kinds: Static, Dynamic, Combined. Combined requires the Combined Selection CAL license.
Declaration
public const string ProviderName = "SelectionType"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
MDO provider for the hard-coded list of selection kinds: Static, Dynamic, Combined. Combined requires the Combined Selection CAL license.
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)