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