Class DocumentContactExtender
Extend a Document extender with a Contact extender, to provide the Contact columns related to a Document.
Inheritance
DocumentContactExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DocumentContactExtender : ContactExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
DocumentContactExtender()
Initialize the Contact
Declaration
public DocumentContactExtender()
DocumentContactExtender(ContactExtenderBase.Features)
Initialize the Contact extender with a given set of feature bits
Declaration
public DocumentContactExtender(ContactExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
ContactExtenderBase.Features | features |
Methods
SetJoin()
Create a Contact tableinfo and join it to the parent Document
Declaration
protected override ContactTableInfo SetJoin()
Returns
Type | Description |
---|---|
ContactTableInfo | ContactTableInfo of the newly created info instance |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.ContactTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)