Class PersonSourceContactRelationExtender
Inheritance
PersonSourceContactRelationExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Joiners
Assembly: SoDataBase.dll
Syntax
public class PersonSourceContactRelationExtender : RelationPersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IRowNavigationHint
Constructors
PersonSourceContactRelationExtender()
Declaration
public PersonSourceContactRelationExtender()
PersonSourceContactRelationExtender(Features)
Declaration
public PersonSourceContactRelationExtender(PersonExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
PersonExtenderBase.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 PersonTableInfo SetJoin()
Returns
Type | Description |
---|---|
PersonTableInfo |