SmartRoleGetGeneratorsStrategyResultGenerators - свойство
Список генераторов умных ролей.
Пространство имён: Tessa.Roles.SmartRoles.ManagerСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public IReadOnlyList<ISmartRoleGenerator> Generators { get; init; }
Public Property Generators As IReadOnlyList(Of ISmartRoleGenerator)
Get
Set
public:
virtual property IReadOnlyList<ISmartRoleGenerator^>^ Generators {
IReadOnlyList<ISmartRoleGenerator^>^ get () sealed;
void set (IReadOnlyList<ISmartRoleGenerator^>^ value) sealed;
}
abstract Generators : IReadOnlyList<ISmartRoleGenerator> with get, set
override Generators : IReadOnlyList<ISmartRoleGenerator> with get, set
IReadOnlyListISmartRoleGeneratorISmartRoleGetGeneratorsStrategyResultGenerators