Udostępnij przez


FilterCollection Klasa

Definicja

Kolekcja 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)
Dziedziczenie
FilterCollection

Konstruktory

FilterCollection()

Kolekcja IFilterMetadata.

Metody

Add(Type)

Dodaje typ reprezentujący element IFilterMetadata.

Add(Type, Int32)

Dodaje typ reprezentujący element IFilterMetadata.

Add<TFilterType>()

Dodaje typ reprezentujący element IFilterMetadata.

Add<TFilterType>(Int32)

Dodaje typ reprezentujący element IFilterMetadata.

AddService(Type)

Dodaje typ reprezentujący element IFilterMetadata.

AddService(Type, Int32)

Dodaje typ reprezentujący element IFilterMetadata.

AddService<TFilterType>()

Dodaje typ reprezentujący element IFilterMetadata.

AddService<TFilterType>(Int32)

Dodaje typ reprezentujący element IFilterMetadata.

Dotyczy