Class ProductPriceListExtender
Extend a product extender with a PriceList extender, to provide the PriceList columns related to a Product.
Inheritance
ProductPriceListExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ProductPriceListExtender : PriceListExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ProductPriceListExtender()
Extend a product extender with a PriceList extender, to provide the PriceList columns related to a Product.
Declaration
public ProductPriceListExtender()
Properties
TableToExtend
Return the table to extend, as defined by THIS extender class.
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
SetJoin()
Create a Pricelist tableinfo and join it to the parent Product
Declaration
protected override PriceListTableInfo SetJoin()
Returns
Type | Description |
---|---|
PriceListTableInfo | PriceListTableInfo of the newly created info instance |