Class SelectionVisibleForExtender
This class extends a Selection extender with the VisibleFor fields, for both display and restriction use
Inheritance
SelectionVisibleForExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class SelectionVisibleForExtender : VisibleForExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SelectionVisibleForExtender()
This class extends a Selection extender with the VisibleFor fields, for both display and restriction use
Declaration
public SelectionVisibleForExtender()
Properties
TableToExtend
Return the VisibleFor instance represented by this extender
Declaration
public override TableInfo TableToExtend { get; }
Property Value
| Type | Description |
|---|---|
| TableInfo |
Overrides
Methods
SetJoin()
Join the parent Selection table to the VisibleFor table, using the record id and the table number
Declaration
protected override VisibleForTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| VisibleForTableInfo | Instance of VisibleFor |