FilterCollection Classe

Définition

Collection de IFilterMetadata.

public ref class FilterCollection : System::Collections::ObjectModel::Collection<Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata ^>
public class FilterCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata>
type FilterCollection = class
    inherit Collection<IFilterMetadata>
Public Class FilterCollection
Inherits Collection(Of IFilterMetadata)
Héritage
FilterCollection

Constructeurs

FilterCollection()

Collection de IFilterMetadata.

Méthodes

Add(Type)

Ajoute un type représentant un IFilterMetadata.

Add(Type, Int32)

Ajoute un type représentant un IFilterMetadata.

Add<TFilterType>()

Ajoute un type représentant un IFilterMetadata.

Add<TFilterType>(Int32)

Ajoute un type représentant un IFilterMetadata.

AddService(Type)

Ajoute un type représentant un IFilterMetadata.

AddService(Type, Int32)

Ajoute un type représentant un IFilterMetadata.

AddService<TFilterType>()

Ajoute un type représentant un IFilterMetadata.

AddService<TFilterType>(Int32)

Ajoute un type représentant un IFilterMetadata.

S’applique à