Class SelectionMemberTypeListV2
MDO provider for the selection archive providers types. The items will be added by scanning ArchiveProviderFactory.KnownArchiveProviders for this pattern; [TableName]Selection. If the prefix is a known table, the tablename will be added to list with the TableNumber as the ID.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("SelectionMemberTypeV2")]
public class SelectionMemberTypeListV2 : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
SelectionMemberTypeListV2()
Declaration
public SelectionMemberTypeListV2()
Fields
ProviderName
Declaration
public const string ProviderName = "SelectionMemberTypeV2"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Add items to the list based on the name of know archive providers
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)