Class ArchiveProviderList
MDO provider for available archive providers for Configurable screens. The items will be added by scanning ArchiveProviderFactory.KnownArchiveProviders for this pattern;
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ArchiveProvider")]
public class ArchiveProviderList : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
ArchiveProviderList()
MDO provider for available archive providers for Configurable screens. The items will be added by scanning ArchiveProviderFactory.KnownArchiveProviders for this pattern;
Declaration
public ArchiveProviderList()
Fields
ProviderName
MDO provider for available archive providers for Configurable screens. The items will be added by scanning ArchiveProviderFactory.KnownArchiveProviders for this pattern;
Declaration
public const string ProviderName = "ArchiveProvider"
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
Construct(String, String, Int32[], Boolean, String, Boolean)
MDO provider for available archive providers for Configurable screens. The items will be added by scanning ArchiveProviderFactory.KnownArchiveProviders for this pattern;
Declaration
public override void Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type | Name | Description |
---|---|---|
String | listName | |
String | additionalInfo | |
Int32[] | historyIDs | |
Boolean | onlyReadHistory | |
String | searchValue | |
Boolean | forceFlatList |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)