public sealed class AggregateFilterPolicy : IFilterPolicy,
IExtensionPolicy
Public NotInheritable Class AggregateFilterPolicy
Implements IFilterPolicy, IExtensionPolicy
public ref class AggregateFilterPolicy sealed : IFilterPolicy,
IExtensionPolicy
[<SealedAttribute>]
type AggregateFilterPolicy =
class
interface IFilterPolicy
interface IExtensionPolicy
end
AggregateFilterPolicy | Создаёт экземпляр класса с указанием списка политик, последовательное исполнение которого определяет необходимость выполнения метода расширения. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
FilterAsync | Возвращает признак того, что выполнение метода с заданным параметром разрешено для экземпляра расширения. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetFilterContextAsync | Возвращает контекст фильтрации, используемый для определение разрешений на выполнение метода для экземпляров расширений. |
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) |