Class PersonTargetContactRelationExtender
Inheritance
PersonTargetContactRelationExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Joiners
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class PersonTargetContactRelationExtender : RelationContactExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IRowNavigationHint
Constructors
PersonTargetContactRelationExtender()
Declaration
public PersonTargetContactRelationExtender()
PersonTargetContactRelationExtender(Features)
Declaration
public PersonTargetContactRelationExtender(ContactExtenderBase.Features features)
Parameters
| Type | Name | Description |
|---|---|---|
| ContactExtenderBase.Features | features |
Fields
_colRelation
Declaration
protected ArchiveColumnInfo _colRelation
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
Methods
InnerModifyQuery()
Add/map return fields to the query; call SetJoin to obtain the contact table info instance from the derived class
Declaration
protected override void InnerModifyQuery()
Overrides
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 ContactTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| ContactTableInfo |