Class RelationTargetContactExtender
Extender class for relation persons on the destination side
Inheritance
RelationTargetContactExtender
Implements
Inherited Members
Namespace: SuperOfficeCRMArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class RelationTargetContactExtender : RelationContactExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IRowNavigationHint
Remarks
This class adds functionality specific to being on the destination side: The correct join, including the DropRetiredPersons condition, if set
Constructors
RelationTargetContactExtender()
Declaration
public RelationTargetContactExtender()
Methods
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override ContactTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| ContactTableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.ContactTableInfo>.SetJoin()