Class LinksSelectionByDestinationExtender
Inheritance
LinksSelectionByDestinationExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class LinksSelectionByDestinationExtender : SelectionLinkExtender, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
LinksSelectionByDestinationExtender()
Declaration
public LinksSelectionByDestinationExtender()
Fields
_colDestinationSelectionIdRestriction
Declaration
protected ArchiveColumnInfo _colDestinationSelectionIdRestriction
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()
Overrides
SetJoin()
Return the free-standing Selection table instance
Declaration
protected override SelectionTableInfo SetJoin()
Returns
Type | Description |
---|---|
SelectionTableInfo | TableInfo instance to be used by the base class |