Class QuoteLineStatus
Hard-coded list of values for the QuoteLine.Status field, see QuoteStatus enum.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("QuoteLineStatus")]
public class QuoteLineStatus : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
QuoteLineStatus()
Hard-coded list of values for the QuoteLine.Status field, see QuoteStatus enum.
Declaration
public QuoteLineStatus()
Fields
ProviderName
Hard-coded list of values for the QuoteLine.Status field, see QuoteStatus enum.
Declaration
public const string ProviderName = "QuoteLineStatus"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Hard-coded list of values for the QuoteLine.Status field, see QuoteStatus enum.
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)