Class PersonLinkExtender
This class is a way of adapting Person to the way activity rows are displayed, meaning with text and icons
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class PersonLinkExtender : PersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
PersonLinkExtender()
This class is a way of adapting Person to the way activity rows are displayed, meaning with text and icons
Declaration
public PersonLinkExtender()
Fields
_colCompleted
This class is a way of adapting Person to the way activity rows are displayed, meaning with text and icons
Declaration
protected ArchiveColumnInfo _colCompleted
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colDate
This class is a way of adapting Person to the way activity rows are displayed, meaning with text and icons
Declaration
protected ArchiveColumnInfo _colDate
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colIcon
This class is a way of adapting Person to the way activity rows are displayed, meaning with text and icons
Declaration
protected ArchiveColumnInfo _colIcon
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colLinkAssociateId
This class is a way of adapting Person to the way activity rows are displayed, meaning with text and icons
Declaration
protected ArchiveColumnInfo _colLinkAssociateId
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colText
This class is a way of adapting Person to the way activity rows are displayed, meaning with text and icons
Declaration
protected ArchiveColumnInfo _colText
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colType
This class is a way of adapting Person to the way activity rows are displayed, meaning with text and icons
Declaration
protected ArchiveColumnInfo _colType
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Populate the archive row with columns that are not handled by the base class
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
| Type | Name | Description |
|---|---|---|
| SoDataReader | reader | Reader with data fields |
| ArchiveRow | row | Row to be populated |
Overrides
SetDesiredColumns(params string[])
Override used to intercept requests for full name with contact; we need to ask our parent contact extender to please fetch the contact name+department
Declaration
public override void SetDesiredColumns(params string[] columnIds)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | columnIds |
Overrides
SetJoin()
Return the free-standing Person table instance
Declaration
protected override PersonTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| PersonTableInfo | TableInfo instance to be used by the base class |