Class LinksDocumentBySourceLeftExtender
Link data extender for documents by source - joins relations table to document
Inheritance
LinksDocumentBySourceLeftExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class LinksDocumentBySourceLeftExtender : DocumentExtenderWithoutDescriptionBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
LinksDocumentBySourceLeftExtender()
Construct the object and instantiate the DocumentTableInfo
Declaration
public LinksDocumentBySourceLeftExtender()
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 |