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