KrSmartRoleGeneratorCacheObjectFactory - класс

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

Definition

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

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

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

Методы

CreateCacheObject Создает экземпляр кеша.
(Переопределяет SmartRoleGeneratorCacheObjectFactoryCreateCacheObject)
CreateCacheObjectAsync Создает объект экземпляра кеша генераторов умных ролей.
(Унаследован от SmartRoleGeneratorCacheObjectFactory)
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)
GetAllGeneratorsAsync Метод возвращает все генераторы умных ролей, полученные с помощью ISmartRoleGeneratorProvider.
(Унаследован от SmartRoleGeneratorCacheObjectFactory)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InitializeCacheObjectAsync Производит инициализацию кеша по найденным через метод GetAllGeneratorsAsync(CancellationToken) генераторам умных ролей.
(Унаследован от SmartRoleGeneratorCacheObjectFactory)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Поля

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

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

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

См. также