Class DynamicSelectionMultiCriteriaGroupBase
Base for archive providers with multiple OR groups.
Inheritance
DynamicSelectionMultiCriteriaGroupBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public abstract class DynamicSelectionMultiCriteriaGroupBase : MultiQueryProviderBaseWithRestrictionGroups, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
DynamicSelectionMultiCriteriaGroupBase()
Base for archive providers with multiple OR groups.
Declaration
public DynamicSelectionMultiCriteriaGroupBase()
DynamicSelectionMultiCriteriaGroupBase(String)
Base for archive providers with multiple OR groups.
Declaration
public DynamicSelectionMultiCriteriaGroupBase(string tableName)
Parameters
Type | Name | Description |
---|---|---|
String | tableName |
DynamicSelectionMultiCriteriaGroupBase(String, String)
Base for archive providers with multiple OR groups.
Declaration
public DynamicSelectionMultiCriteriaGroupBase(string tableName, string context)
Parameters
Type | Name | Description |
---|---|---|
String | tableName | |
String | context |
Fields
_colRowKind
Base for archive providers with multiple OR groups.
Declaration
protected ArchiveColumnInfo _colRowKind
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSelectionId
Base for archive providers with multiple OR groups.
Declaration
protected ArchiveColumnInfo _colSelectionId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Properties
RestrictionStorageKey
Base for archive providers with multiple OR groups.
Declaration
protected override string RestrictionStorageKey { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
StorageKeyRestrictionName
Base for archive providers with multiple OR groups.
Declaration
protected override string StorageKeyRestrictionName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
SubProviderName
Base for archive providers with multiple OR groups.
Declaration
protected override string SubProviderName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
GetRows(String)
Base for archive providers with multiple OR groups.
Declaration
public override IEnumerable<ArchiveRow> GetRows(string options)
Parameters
Type | Name | Description |
---|---|---|
String | options |
Returns
Type | Description |
---|---|
IEnumerable<ArchiveRow> |
Overrides
InnerPopulateRow(ArchiveRow)
Base for archive providers with multiple OR groups.
Declaration
protected override void InnerPopulateRow(ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRow | row |
Overrides
SetRestriction(ArchiveRestrictionInfo[])
Base for archive providers with multiple OR groups.
Declaration
public override bool SetRestriction(ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
Boolean |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)