KrSmartRoleGeneratorData - класс

Объект данных для генератора умных ролей по данным карточки "Генератор умных ролей", которые учитывают обработку триггеров по типам документов.

Definition

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

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

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

Свойства

RolesMultipleSelectorSql SQL-запрос для получения списка ролей для нескольких умных ролей разом или null, если запрос не задан или исходный запрос не предполагает работу с множественным режимом работы.
(Унаследован от SmartRoleGeneratorData)
RolesSelectorSql SQL-запрос для получения списка ролей для умной роли или null, если запрос не задан.
(Унаследован от SmartRoleGeneratorData)
Source Набор данных, загруженных из карточки генератора умных ролей.
(Унаследован от SmartRoleGeneratorData)
Triggers Триггеры генератора умных ролей.
(Унаследован от SmartRoleGeneratorData)

Методы

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

Поля

DbScope
(Унаследован от SmartRoleGeneratorData)
GetItemsQueryBuilderFactory
(Унаследован от SmartRoleGeneratorData)
RefGroupsManager
(Унаследован от SmartRoleGeneratorData)

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

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

См. также