Class QuoteLineQuoteLineExtender
This class essentially converts a QuoteLine extender into a primary query provider, suitable for use in the QuoteLine Archive as the root query provider. This is done by having the SetJoin method return a free-standing QuoteLineTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
QuoteLineQuoteLineExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class QuoteLineQuoteLineExtender : QuoteLineExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
QuoteLineQuoteLineExtender()
Declaration
public QuoteLineQuoteLineExtender()
QuoteLineQuoteLineExtender(QuoteLineExtenderBase.Features)
Declaration
public QuoteLineQuoteLineExtender(QuoteLineExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
QuoteLineExtenderBase.Features | features |
Properties
TableToExtend
Return the free-standing QuoteLine table instance
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.QuoteLineTableInfo>.TableToExtend
Methods
SetJoin()
Return the free-standing QuoteLine table instance
Declaration
protected override QuoteLineTableInfo SetJoin()
Returns
Type | Description |
---|---|
QuoteLineTableInfo | TableInfo instance to be used by the base class |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)