Class RelationTargetPersonExtender
Extender class for relation persons on the destination side
Inheritance
RelationTargetPersonExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class RelationTargetPersonExtender : RelationPersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin, IRowNavigationHint
Remarks
This class adds functionality specific to being on the destination side: The correct join, including the DropRetiredPersons condition, if set
Constructors
RelationTargetPersonExtender()
Extender class for relation persons on the destination side
Declaration
public RelationTargetPersonExtender()
Remarks
This class adds functionality specific to being on the destination side: The correct join, including the DropRetiredPersons condition, if set
Methods
SetJoin()
Extender class for relation persons on the destination side
Declaration
protected override PersonTableInfo SetJoin()
Returns
Type | Description |
---|---|
PersonTableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.PersonTableInfo>.SetJoin()
Remarks
This class adds functionality specific to being on the destination side: The correct join, including the DropRetiredPersons condition, if set
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)