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