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 DynamicMDOProviderAttribute attribute. Interface implementation requirements can be satisifed by base classes, while the attribute must be on the derived class.
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[] |