Class VisibleForExtenderBase
Base class for VisibleFor columns, when you need to know what the actual visiblefor status is, as compared to merely being restricted by it
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class VisibleForExtenderBase : TableExtenderBase<VisibleForTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
VisibleForExtenderBase()
Base class for VisibleFor columns, when you need to know what the actual visiblefor status is, as compared to merely being restricted by it
Declaration
protected VisibleForExtenderBase()
Fields
_colVisibleFor
Base class for VisibleFor columns, when you need to know what the actual visiblefor status is, as compared to merely being restricted by it
Declaration
protected ArchiveColumnInfo _colVisibleFor
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Base class for VisibleFor columns, when you need to know what the actual visiblefor status is, as compared to merely being restricted by it
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Base class for VisibleFor columns, when you need to know what the actual visiblefor status is, as compared to merely being restricted by it
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
ProcessRestrictions()
Visiblefor restrictions follow the convential that int.MinValue means 'all', positive values are associates and negative values are groups. It is not possible to specify multiple values.
Declaration
protected override bool ProcessRestrictions()
Returns
Type | Description |
---|---|
Boolean |