public sealed class GetOwnersBySmartRolesStrategy : SmartRoleGetOwnersStrategyBase<GetOwnersBySmartRolesParam>
Public NotInheritable Class GetOwnersBySmartRolesStrategy
Inherits SmartRoleGetOwnersStrategyBase(Of GetOwnersBySmartRolesParam)
public ref class GetOwnersBySmartRolesStrategy sealed : public SmartRoleGetOwnersStrategyBase<GetOwnersBySmartRolesParam^>
[<SealedAttribute>]
type GetOwnersBySmartRolesStrategy =
class
inherit SmartRoleGetOwnersStrategyBase<GetOwnersBySmartRolesParam>
end
GetOwnersBySmartRolesStrategy | Инициализирует новый экземпляр класса GetOwnersBySmartRolesStrategy |
CreateParameter |
Создаёт объект, обрабатываемый данной стратегией, с параметрами, необходимыми для получения генераторов умных ролей для перерасчёта.
(Унаследован от SmartRoleGetOwnersStrategyBaseT) |
CreateParameterCore |
Создаёт объект, обрабатываемый данной стратегией, с параметрами, необходимыми для получения генераторов умных ролей для перерасчёта.
(Переопределяет SmartRoleGetOwnersStrategyBaseTCreateParameterCore(DictionaryString, Object)) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetOwnersAsync |
Производит получение владельцев умных ролей для перерасчёта.
(Унаследован от SmartRoleGetOwnersStrategyBaseT) |
GetOwnersCoreAsync |
Производит получение списка идентификаторов владельцев умных ролей для перерасчёта.
(Переопределяет SmartRoleGetOwnersStrategyBaseTGetOwnersCoreAsync(ISmartRoleUpdateManagerContext, T)) |
GetSmartRoleOwnersWithGeneratorsAsync | Метод для получения справочника идентификаторов генераторов умных ролей с относщимися к ним идентификаторами владельцев умных ролей по заданному списку умных ролей. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
PreparedDataKey | Имя ключа, по которому в Info может быть помещена информация об обновляемых генераторах и владельцев умных ролей для них, чтобы не проводить загрузку информации повторно. Ожидаемый тип данных [!:Dictionary<Guid, IList<Guid>>]. |