Class NewsFeedItemSaleExtender
Extend a NewsFeedItem extender with a Sale extender, to provide the Sale columns related to a NewsFeedItem.
Inheritance
NewsFeedItemSaleExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class NewsFeedItemSaleExtender : SaleExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IArchiveProviderExtenderAccept
Constructors
NewsFeedItemSaleExtender()
Initialize the Sale
Declaration
public NewsFeedItemSaleExtender()
NewsFeedItemSaleExtender(Features)
Initialize the Sale with a given set of features
Declaration
public NewsFeedItemSaleExtender(SaleExtenderBase.Features features)
Parameters
| Type | Name | Description |
|---|---|---|
| SaleExtenderBase.Features | features |
Methods
SetJoin()
Create a Sale tableinfo and join it to the parent NewsFeedItem
Declaration
protected override SaleTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| SaleTableInfo | SaleTableInfo of the newly created info instance |