public sealed class GetCardsByTriggersStrategy : AclManagerGetCardsStrategyBase<GetCardsByTriggersParam>
Public NotInheritable Class GetCardsByTriggersStrategy
Inherits AclManagerGetCardsStrategyBase(Of GetCardsByTriggersParam)
public ref class GetCardsByTriggersStrategy sealed : public AclManagerGetCardsStrategyBase<GetCardsByTriggersParam^>
[<SealedAttribute>]
type GetCardsByTriggersStrategy =
class
inherit AclManagerGetCardsStrategyBase<GetCardsByTriggersParam>
end
GetCardsByTriggersStrategy | Инициализирует новый экземпляр класса GetCardsByTriggersStrategy |
BasedOnRule |
Свойство определяет, зависит ли результат расчёта идентификаторов карточек от правила расчёта ACL.
Если результат расчёта зависит от правила, но оно не передано, то при попытке получить список карточек будет выброшена ошибка.
(Переопределяет AclManagerGetCardsStrategyBaseTBasedOnRule) |
CreateParameter |
Создаёт объект с параметрами, необходимыми для получения списка карточек для перерасчёта ACL, обрабатываемый данной стратегией.
(Унаследован от AclManagerGetCardsStrategyBaseT) |
CreateParameterCore |
Создаёт объект с параметрами, необходимыми для получения списка карточек для перерасчёта ACL, обрабатываемый данной стратегией.
(Переопределяет AclManagerGetCardsStrategyBaseTCreateParameterCore(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) |
GetCardIDsAsync |
Производит получение списка карточек для перерасчёта ACL по заданному параметру.
(Унаследован от AclManagerGetCardsStrategyBaseT) |
GetCardIDsCoreAsync |
Производит получение списка идентификаторов карточек для перерасчёта ACL по указанному параметру.
(Переопределяет AclManagerGetCardsStrategyBaseTGetCardIDsCoreAsync(IAclManagerContext, T)) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
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) |