Class ProjectUdefExtender
This class extends a Project archive provider extender with udef fields
Inheritance
ProjectUdefExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ProjectUdefExtender : UdefExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ProjectUdefExtender(string)
Construct the object, set the udef type of the base class, and the prefixes of the columns
Declaration
public ProjectUdefExtender(string iconHint = "Project")
Parameters
Type | Name | Description |
---|---|---|
string | iconHint |
Methods
SetJoinLarge()
Set up the join for a project's large udef fields
Declaration
protected override TableInfo SetJoinLarge()
Returns
Type | Description |
---|---|
TableInfo | TableInfo instance of the newly joined-in table |
Overrides
SetJoinSmall()
Set up the join for a project's small udef fields
Declaration
protected override TableInfo SetJoinSmall()
Returns
Type | Description |
---|---|
TableInfo | TableInfo instance of the newly joined-in table |