Class DocumentVisibleForExtender
This class extends a Document extender with the VisibleFor fields, for both display and restriction use
Inheritance
DocumentVisibleForExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DocumentVisibleForExtender : VisibleForExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
DocumentVisibleForExtender()
This class extends a Document extender with the VisibleFor fields, for both display and restriction use
Declaration
public DocumentVisibleForExtender()
Properties
TableToExtend
Return the VisibleFor instance represented by this extender
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
SetJoin()
Pick up the parent's visiblefor table, so we don't join it twice
Declaration
protected override VisibleForTableInfo SetJoin()
Returns
Type | Description |
---|---|
VisibleForTableInfo | Instance of VisibleFor |