Class FindProjectExtender
Inheritance
FindProjectExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class FindProjectExtender : ProjectExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
FindProjectExtender()
Declaration
public FindProjectExtender()
FindProjectExtender(Features)
Declaration
public FindProjectExtender(ProjectExtenderBase.Features features)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectExtenderBase.Features | features |
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 ProjectTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| ProjectTableInfo |