Class PersonUrlExtender
This class extends a Contact archive provider extender with the text note field (paperclip)
Inheritance
PersonUrlExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class PersonUrlExtender : UrlExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
PersonUrlExtender(string)
Construct the object
Declaration
public PersonUrlExtender(string iconHint = "Person")
Parameters
Type | Name | Description |
---|---|---|
string | iconHint |
Methods
SetJoin()
Set up the join for a person's url
Declaration
protected override URLTableInfo SetJoin()
Returns
Type | Description |
---|---|
URLTableInfo | TableInfo instance of the newly joined-in table |