Show / Hide Table of Contents

Class QuoteDocumentGroupFields

Possible choices for fields that you can GROUP BY in quote detail documents.

Inheritance
Object
LiteralsOnlyBase
QuoteDocumentGroupFields
Implements
ISoListProvider
ISoList
Inherited Members
LiteralsOnlyBase.AddRawRootEnum<TEnum>(TEnum, String, Boolean)
LiteralsOnlyBase.Construct(String, String, Int32[], Boolean, String, Boolean)
LiteralsOnlyBase.ListName
LiteralsOnlyBase.ExtraInfo
LiteralsOnlyBase.SearchValue
LiteralsOnlyBase.ForceFlatList
LiteralsOnlyBase.RawRootItems
LiteralsOnlyBase.RawHeadingItems
LiteralsOnlyBase.RawHistoryItems
LiteralsOnlyBase.HistoryIds
LiteralsOnlyBase.OnlyReadHistory
LiteralsOnlyBase.HistoryInfo
LiteralsOnlyBase.HistoryItems
LiteralsOnlyBase.RootItems
LiteralsOnlyBase.HeadingItems
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("QuoteDocumentGroupFields")]
public class QuoteDocumentGroupFields : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks

Candidate fields have to be on the QuoteLine table, and not be numeric (can't group by price, for instance...)

Constructors

QuoteDocumentGroupFields()

Possible choices for fields that you can GROUP BY in quote detail documents.

Declaration
public QuoteDocumentGroupFields()
Remarks

Candidate fields have to be on the QuoteLine table, and not be numeric (can't group by price, for instance...)

Fields

ProviderName

Possible choices for fields that you can GROUP BY in quote detail documents.

Declaration
public const string ProviderName = "QuoteDocumentGroupFields"
Field Value
Type Description
String
Remarks

Candidate fields have to be on the QuoteLine table, and not be numeric (can't group by price, for instance...)

Methods

AddItems()

Add columns that we want to offer for grouping - basically any columns we want, from QuoteLine.

Declaration
protected override void AddItems()
Overrides
LiteralsOnlyBase.AddItems()
Remarks

Candidate fields have to be on the QuoteLine table, and not be numeric (can't group by price, for instance...)

Implements

ISoListProvider
ISoList

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top