Class ProjectExtraFieldExtender
Inheritance
ProjectExtraFieldExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Joiners
Assembly: SoDataBase.dll
Syntax
public class ProjectExtraFieldExtender : ExtraFieldExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ProjectExtraFieldExtender()
Declaration
public ProjectExtraFieldExtender()
ProjectExtraFieldExtender(string, Features)
Declaration
public ProjectExtraFieldExtender(string iconHint, ProjectExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
string | iconHint | |
ProjectExtenderBase.Features | features |
ProjectExtraFieldExtender(string, RecursionInfo)
Declaration
public ProjectExtraFieldExtender(string iconHint, RecursionInfo recursionInfo)
Parameters
Type | Name | Description |
---|---|---|
string | iconHint | |
RecursionInfo | recursionInfo |
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 |