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