Class SaintProviderWithRestrictionGroupSupport
Base for Saint providers with multiple OR groups.
Inheritance
SaintProviderWithRestrictionGroupSupport
Assembly: SoDataBase.dll
Syntax
public abstract class SaintProviderWithRestrictionGroupSupport : MultiQueryProviderBaseWithRestrictionGroups, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
SaintProviderWithRestrictionGroupSupport()
Declaration
protected SaintProviderWithRestrictionGroupSupport()
Fields
_colStatusDefId
Declaration
protected ArchiveColumnInfo _colStatusDefId
Field Value
Properties
RestrictionStorageKey
Declaration
protected override string RestrictionStorageKey { get; }
Property Value
Overrides
StorageKeyRestrictionName
Declaration
protected override string StorageKeyRestrictionName { get; }
Property Value
Overrides
Methods
AcceptRow(ArchiveRow)
Declaration
protected override bool AcceptRow(ArchiveRow row)
Parameters
Returns
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)