Class CustomObjectExtraFieldExtender
Extra fields for Extra Table
Inheritance
CustomObjectExtraFieldExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Joiners
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class CustomObjectExtraFieldExtender : ExtraFieldExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
CustomObjectExtraFieldExtender(string)
Extra fields for Extra Table
Declaration
public CustomObjectExtraFieldExtender(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName |
Methods
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 TableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| TableInfo |