Class DocumentTypesListProvider
List of document types for the given plugin. ExtraInfo = document plugin-id.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("DocumentTypes")]
[MDOAdditionalInfo("Document plugin id to get types from", 0)]
public class DocumentTypesListProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
DocumentTypesListProvider()
List of document types for the given plugin. ExtraInfo = document plugin-id.
Declaration
public DocumentTypesListProvider()
Fields
ProviderName
List of document types for the given plugin. ExtraInfo = document plugin-id.
Declaration
public const string ProviderName = "DocumentTypes"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
List of document types for the given plugin. ExtraInfo = document plugin-id.
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)