Class CustomObjectListProvider
CustomObjectListProvider creates tree list of the custom objects
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("CustomObjectList")]
public class CustomObjectListProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
CustomObjectListProvider()
CustomObjectListProvider creates tree list of the custom objects
Declaration
public CustomObjectListProvider()
Fields
ProviderName
CustomObjectListProvider creates tree list of the custom objects
Declaration
public const string ProviderName = "CustomObjectList"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
CustomObjectListProvider creates tree list of the custom objects
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)