Class ConfigurableArchiveProvider
Configurable archive with OR-able restriction groups.
Inheritance
ConfigurableArchiveProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[ArchiveProvider("ConfigurableArchive", 1073741823)]
public class ConfigurableArchiveProvider : MultiQueryProviderBaseWithRestrictionGroups, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
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[])
Mandatory restriction selectionId is used to retrieve the actual restrictions, instantiate providers and set up the whole system
Declaration
public override bool SetRestriction(ArchiveRestrictionInfo[] restrictions)
Parameters
| Type | Name | Description |
|---|---|---|
| ArchiveRestrictionInfo[] | restrictions |
Returns
| Type | Description |
|---|---|
| bool |