Class LinksPersonByDestinationExtender
Inheritance
LinksPersonByDestinationExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class LinksPersonByDestinationExtender : PersonLinkExtender, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
LinksPersonByDestinationExtender()
Declaration
public LinksPersonByDestinationExtender()
Fields
_colDestinationPersonIdRestriction
Declaration
protected ArchiveColumnInfo _colDestinationPersonIdRestriction
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Add/map return fields to the query; call SetJoin to obtain the contact table info instance from the derived class
Declaration
protected override void InnerModifyQuery()
Overrides
SetJoin()
Return the free-standing Person table instance
Declaration
protected override PersonTableInfo SetJoin()
Returns
Type | Description |
---|---|
PersonTableInfo | TableInfo instance to be used by the base class |