Class SelectionSelectionExtender
This class essentially converts a Selection extender into a primary query provider, suitable for use as the root query provider for an archive. This is done by having the SetJoin method return a free-standing SelectionTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
SelectionSelectionExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SelectionSelectionExtender : SelectionExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SelectionSelectionExtender()
Construct the object and instantiate the SelectionTableInfo
Declaration
public SelectionSelectionExtender()
Properties
TableToExtend
Return the free-standing Selection table instance
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
SetJoin()
Return the free-standing Selection table instance
Declaration
protected override SelectionTableInfo SetJoin()
Returns
Type | Description |
---|---|
SelectionTableInfo | TableInfo instance to be used by the base class |