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