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