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