Class QuoteDocumentOrderByFields
Possible choices for fields you can ORDER BY, within a group (or without grouping)
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("QuoteDocumentOrderByFields")]
public class QuoteDocumentOrderByFields : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
Candidate fields have to be in the QuoteLine table. The double-buffering system in the document production provider means you can sort on any field at all.
Constructors
QuoteDocumentOrderByFields()
Declaration
public QuoteDocumentOrderByFields()
Fields
ProviderName
Declaration
public const string ProviderName = "QuoteDocumentOrderByFields"
Field Value
Type | Description |
---|---|
System.String |
Methods
AddItems()
Add columns that we want to offer for orderby - basically any columns we want, from QuoteLine.
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)