Class DocumentDocumentExtender
This class essentially converts a Document extender into a primary query provider, suitable for use in the Document Archive as the root query provider. This is done by having the SetJoin method return a free-standing DocumentTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
DocumentDocumentExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DocumentDocumentExtender : DocumentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
DocumentDocumentExtender()
Construct the object and instantiate the DocumentTableInfo
Declaration
public DocumentDocumentExtender()
DocumentDocumentExtender(Features)
Construct the object and instantiate the DocumentTableInfo
Declaration
public DocumentDocumentExtender(DocumentExtenderWithoutDescriptionBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
DocumentExtenderWithoutDescriptionBase.Features | features |
Properties
TableToExtend
Return the free-standing Document table instance
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
SetDualJoin(out AppointmentTableInfo, out DocumentTableInfo)
Return the free-standing Document table instance
Declaration
protected override void SetDualJoin(out AppointmentTableInfo appointmentTable, out DocumentTableInfo documentTable)
Parameters
Type | Name | Description |
---|---|---|
AppointmentTableInfo | appointmentTable | |
DocumentTableInfo | documentTable |