Show / Hide Table of Contents

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

Inherited Members
ISoListProvider.Construct(String, String, Int32[], Boolean, String, Boolean)
ISoListProvider.HistoryInfo
ISoList.HistoryItems
ISoList.RootItems
ISoList.HeadingItems
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top