Class RelationSourcePersonExtender
Extender class for relation persons on the source side
Inheritance
RelationSourcePersonExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class RelationSourcePersonExtender : RelationPersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IRowNavigationHint
Remarks
This class adds functionality specific to being on the source side: The correct join, including the DropRetiredPersons condition, if set
Constructors
RelationSourcePersonExtender()
Extender class for relation persons on the source side
Declaration
public RelationSourcePersonExtender()
Remarks
This class adds functionality specific to being on the source side: The correct join, including the DropRetiredPersons condition, if set
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 PersonTableInfo SetJoin()
Returns
Type | Description |
---|---|
PersonTableInfo |
Overrides
Remarks
This class adds functionality specific to being on the source side: The correct join, including the DropRetiredPersons condition, if set