Class LinksDocumentByDestinationExtender
Link data extender for by-destination addressing, a fancy way of saying documents by document id
Inheritance
LinksDocumentByDestinationExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class LinksDocumentByDestinationExtender : DocumentDocumentExtender, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
LinksDocumentByDestinationExtender()
Link data extender for by-destination addressing, a fancy way of saying documents by document id
Declaration
public LinksDocumentByDestinationExtender()
Fields
_colDestinationDocumentIdRestriction
Link data extender for by-destination addressing, a fancy way of saying documents by document id
Declaration
protected ArchiveColumnInfo _colDestinationDocumentIdRestriction
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()