public abstract class AclManagerGetCardsStrategyBase<T> : IAclManagerGetCardsStrategy
where T : IAclManagerGetCardsStrategyParam
Public MustInherit Class AclManagerGetCardsStrategyBase(Of T As IAclManagerGetCardsStrategyParam)
Implements IAclManagerGetCardsStrategy
generic<typename T>
where T : IAclManagerGetCardsStrategyParam
public ref class AclManagerGetCardsStrategyBase abstract : IAclManagerGetCardsStrategy
[<AbstractClassAttribute>]
type AclManagerGetCardsStrategyBase<'T when 'T : IAclManagerGetCardsStrategyParam> =
class
interface IAclManagerGetCardsStrategy
end
AclManagerGetCardsStrategyBaseT | Инициализирует новый экземпляр класса AclManagerGetCardsStrategyBaseT |
BasedOnRule | Свойство определяет, зависит ли результат расчёта идентификаторов карточек от правила расчёта ACL. Если результат расчёта зависит от правила, но оно не передано, то при попытке получить список карточек будет выброшена ошибка. |
CreateParameter | Создаёт объект с параметрами, необходимыми для получения списка карточек для перерасчёта ACL, обрабатываемый данной стратегией. |
CreateParameterCore | Создаёт объект с параметрами, необходимыми для получения списка карточек для перерасчёта ACL, обрабатываемый данной стратегией. |
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 по заданному параметру. |
GetCardIDsCoreAsync | Производит получение списка идентификаторов карточек для перерасчёта ACL по указанному параметру. |
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) |