Class ProductPriceListExtender
Extend a product extender with a PriceList extender, to provide the PriceList columns related to a Product.
Inheritance
ProductPriceListExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ProductPriceListExtender : PriceListExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
ProductPriceListExtender()
Declaration
public ProductPriceListExtender()
Properties
TableToExtend
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.PriceListTableInfo>.TableToExtend
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 |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.PriceListTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)