Class ConfigurableArchiveProvider
Configurable archive with OR-able restriction groups.
Inheritance
ConfigurableArchiveProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("ConfigurableArchive", 1073741823)]
public class ConfigurableArchiveProvider : MultiQueryProviderBaseWithRestrictionGroups, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
ConfigurableArchiveProvider(String)
Configurable archive with OR-able restriction groups.
Declaration
public ConfigurableArchiveProvider(string subProvider)
Parameters
Type | Name | Description |
---|---|---|
String | subProvider |
Fields
ProviderName
Configurable archive with OR-able restriction groups.
Declaration
public const string ProviderName = "ConfigurableArchive"
Field Value
Type | Description |
---|---|
String |
Properties
RestrictionStorageKey
Configurable archive with OR-able restriction groups.
Declaration
protected override string RestrictionStorageKey { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
StorageKeyRestrictionName
Configurable archive with OR-able restriction groups.
Declaration
protected override string StorageKeyRestrictionName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
SubProviderName
Configurable archive with OR-able restriction groups.
Declaration
protected override string SubProviderName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
ModifyRestrictionGroup(IArchiveProvider, ArchiveRestrictionInfo[])
Configurable archive with OR-able restriction groups.
Declaration
protected override ArchiveRestrictionInfo[] ModifyRestrictionGroup(IArchiveProvider provider, ArchiveRestrictionInfo[] resGroup)
Parameters
Type | Name | Description |
---|---|---|
IArchiveProvider | provider | |
ArchiveRestrictionInfo[] | resGroup |
Returns
Type | Description |
---|---|
ArchiveRestrictionInfo[] |
Overrides
SetRestriction(ArchiveRestrictionInfo[])
Configurable archive with OR-able restriction 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)