SmartRoleGeneratorCacheObjectFactory - класс

Реализация фабрики экземпляров кеша генераторов умных ролей, которая создает и инициализирует экземпляр с типом SmartRoleGeneratorCacheObject по генераторам, полученным из ISmartRoleGeneratorProvider.

Definition

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

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

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

Методы

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

Поля

SmartRoleGeneratorProvider Объект, который возвращает генераторы умных ролей.

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

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

См. также