Class PersonAssociateExtender
This class extends a Person archive provider extender with the responsible associate
Inheritance
PersonAssociateExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class PersonAssociateExtender : AssociateExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
PersonAssociateExtender(String)
Construct the object and set the column icon hint
Declaration
public PersonAssociateExtender(string iconHint = "Person")
Parameters
Type | Name | Description |
---|---|---|
String | iconHint |
Methods
SetJoin()
Retrieve the associate field we'd like to process, from the parent Person table
Declaration
protected override AssociateTableInfo SetJoin()
Returns
Type | Description |
---|---|
AssociateTableInfo | Associate field information |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.AssociateTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)