Class PersonUdefExtender
This class extends a Person archive provider extender with udef fields
Inheritance
PersonUdefExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class PersonUdefExtender : UdefExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
PersonUdefExtender()
Construct the object, set the udef type of the base class, and the prefixes of the columns
Declaration
public PersonUdefExtender()
Methods
SetJoinLarge()
Set up the join for a person'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 person's small udef fields
Declaration
protected override TableInfo SetJoinSmall()
Returns
Type | Description |
---|---|
TableInfo | TableInfo instance of the newly joined-in table |