Interface IDynamicMDOProvider
Interface defining an MDO list provider whose supported list names (can be more than one)
are known at runtime. To qualify as a plugin, a class implementing this interface (or a subclass of it) should
also implement the SuperOffice.Factory.IPlugin interface and the
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public interface IDynamicMDOProvider : ISoListProvider, ISoList
Properties
SupportedLists
Return information about all supported lists
Declaration
HistoryInfo[] SupportedLists { get; }
Property Value
Type | Description |
---|---|
HistoryInfo[] |
Extension Methods
EnumUtil.MapEnums<From, To>(From)