Class DynamicSelectionMultiCriteriaGroupBase
Base for archive providers with multiple OR groups.
Inheritance
System.Object
DynamicSelectionMultiCriteriaGroupBase
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public abstract class DynamicSelectionMultiCriteriaGroupBase : MultiQueryProviderBaseWithRestrictionGroups, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
DynamicSelectionMultiCriteriaGroupBase()
Declaration
protected DynamicSelectionMultiCriteriaGroupBase()
Fields
_colRowKind
Declaration
protected ArchiveColumnInfo _colRowKind
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSelectionId
Declaration
protected ArchiveColumnInfo _colSelectionId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Properties
RestrictionStorageKey
Declaration
protected override string RestrictionStorageKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
StorageKeyRestrictionName
Declaration
protected override string StorageKeyRestrictionName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
SubProviderName
Declaration
protected override string SubProviderName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
GetRows(String)
Declaration
public override IEnumerable<ArchiveRow> GetRows(string options)
Parameters
Type | Name | Description |
---|---|---|
System.String | options |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ArchiveRow> |
Overrides
InnerPopulateRow(ArchiveRow)
Declaration
protected override void InnerPopulateRow(ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRow | row |
Overrides
SetRestriction(ArchiveRestrictionInfo[])
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)