Class SaintProviderWithRestrictionGroupSupport
Base for Saint providers with multiple OR groups.
Inheritance
SaintProviderWithRestrictionGroupSupport
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class SaintProviderWithRestrictionGroupSupport : MultiQueryProviderBaseWithRestrictionGroups, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
SaintProviderWithRestrictionGroupSupport()
Base for Saint providers with multiple OR groups.
Declaration
protected SaintProviderWithRestrictionGroupSupport()
Fields
_colStatusDefId
Base for Saint providers with multiple OR groups.
Declaration
protected ArchiveColumnInfo _colStatusDefId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Properties
RestrictionStorageKey
Base for Saint providers with multiple OR groups.
Declaration
protected override string RestrictionStorageKey { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
StorageKeyRestrictionName
Base for Saint providers with multiple OR groups.
Declaration
protected override string StorageKeyRestrictionName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
AcceptRow(ArchiveRow)
This method is called for every row, and provides a way to reject rows from the final result
Declaration
protected override bool AcceptRow(ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRow | row | Row to be evaluated |
Returns
Type | Description |
---|---|
bool | true if the row is to be accepted |