Class WorkflowTimeWaitIntervalTypeProvider
MDO provider for the WorkflowTimeWaitIntervalType enum
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("WorkflowTimeWaitIntervalType")]
public class WorkflowTimeWaitIntervalTypeProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
WorkflowTimeWaitIntervalTypeProvider()
MDO provider for the WorkflowTimeWaitIntervalType enum
Declaration
public WorkflowTimeWaitIntervalTypeProvider()
Fields
ProviderName
MDO provider for the WorkflowTimeWaitIntervalType enum
Declaration
public const string ProviderName = "WorkflowTimeWaitIntervalType"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
MDO provider for the WorkflowTimeWaitIntervalType enum
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)