KrAclGenerationRuleCacheObjectFactory - класс

Фабрика объектов кеша правил расчёта ACL, которая учитывает разбиение триггеров по типу документа.

Definition

Пространство имён: Tessa.Extensions.Default.Server.Acl
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
C#
public class KrAclGenerationRuleCacheObjectFactory : AclGenerationRuleCacheObjectFactory
Inheritance
Object    AclGenerationRuleCacheObjectFactory    KrAclGenerationRuleCacheObjectFactory

Конструкторы

KrAclGenerationRuleCacheObjectFactoryИнициализирует новый экземпляр класса KrAclGenerationRuleCacheObjectFactory

Методы

CreateCacheObject Создает объект экземпляра кеша.
(Переопределяет AclGenerationRuleCacheObjectFactoryCreateCacheObject)
CreateCacheObjectAsync
(Унаследован от AclGenerationRuleCacheObjectFactory)
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetAllRulesAsync Метод возвращает все правила расчёта ACL, полученные с помощью IAclGenerationRuleProvider.
(Унаследован от AclGenerationRuleCacheObjectFactory)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InitializeCacheObjectAsync Производит инициализацию кеша по найденным через метод GetAllRulesAsync(CancellationToken) правилам расчёта ACL.
(Унаследован от AclGenerationRuleCacheObjectFactory)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Поля

AclGenerationRuleProvider Объект, который возвращает правила расчёта ACL.
(Унаследован от AclGenerationRuleCacheObjectFactory)
DbScope Объект для взаимодействия с базой данных. Определяет область видимости объекта DbManager.
TypesCache Кэш по типам карточек и документов, содержащих информацию по типовому решению.

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также