Class ExtraTableExtraFieldExtender
Extra fields for Extra Table
Inheritance
ExtraTableExtraFieldExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Joiners
Assembly: SoDataBase.dll
Syntax
public class ExtraTableExtraFieldExtender : ExtraFieldExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ExtraTableExtraFieldExtender(string)
Extra fields for Extra Table
Declaration
public ExtraTableExtraFieldExtender(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 |