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