Class FormSubmissionPersonExtender
This class essentially converts a Person extender into a primary query provider, suitable for use in the Person Archive as the root query provider. This is done by having the SetJoin method return a free-standing PersonTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class FormSubmissionPersonExtender : PersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
FormSubmissionPersonExtender()
This class essentially converts a Person extender into a primary query provider, suitable for use in the Person Archive as the root query provider. This is done by having the SetJoin method return a free-standing PersonTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Declaration
public FormSubmissionPersonExtender()
Methods
SetJoin()
Return the free-standing person table instance
Declaration
protected override PersonTableInfo SetJoin()
Returns
Type | Description |
---|---|
PersonTableInfo | TableInfo instance to be used by the base class |