Class RestrictionStorageSentryAttribute
Attribute used on CriteriaProviders to declare that certain operations should be protected by a Sentry
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class RestrictionStorageSentryAttribute : Attribute
Constructors
RestrictionStorageSentryAttribute(String, String, String)
Mark a certain combination of provider and storage key as being protected by a sentry
Declaration
public RestrictionStorageSentryAttribute(string providerName, string storageKey, string targetTable)
Parameters
Type | Name | Description |
---|---|---|
String | providerName | The name of the provider on whose behalf we must protect data |
String | storageKey | The storage key from which to retrieve an ID of the owning (target) table |
String | targetTable | The name of the target table, whose sentry we will consult |
Properties
ProviderName
The name of the provider on whose behalf we must protect data
Declaration
public string ProviderName { get; }
Property Value
Type | Description |
---|---|
String |
StorageKey
The storage key from which to retrieve an ID of the owning (target) table
Declaration
public string StorageKey { get; }
Property Value
Type | Description |
---|---|
String |
TargetTable
The name of the target table, whose sentry we will consult
Declaration
public string TargetTable { get; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)