Class SaleStakeholderSaleStakeholderExtender
Inheritance
SaleStakeholderSaleStakeholderExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SaleStakeholderSaleStakeholderExtender : SaleStakeholderExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SaleStakeholderSaleStakeholderExtender()
Declaration
public SaleStakeholderSaleStakeholderExtender()
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()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override SaleStakeholderTableInfo SetJoin()
Returns
Type | Description |
---|---|
SaleStakeholderTableInfo |