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