FilterProviderCollection クラス

定義

アプリケーションのフィルター プロバイダーのコレクションを表します。

public class FilterProviderCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.IFilterProvider>
type FilterProviderCollection = class
    inherit Collection<IFilterProvider>
Public Class FilterProviderCollection
Inherits Collection(Of IFilterProvider)
継承
FilterProviderCollection

コンストラクター

FilterProviderCollection()

FilterProviderCollection クラスの新しいインスタンスを初期化します。

FilterProviderCollection(IList<IFilterProvider>)

指定したフィルター プロバイダーの一覧を使用して、 FilterProviderCollection クラスの新しいインスタンスを初期化します。

メソッド

ClearItems()

コレクションからすべての要素を削除します。

GetFilters(ControllerContext, ActionDescriptor)

フィルター プロバイダーのコレクションを返します。

InsertItem(Int32, IFilterProvider)

要素をコレクション内の指定されたインデックス位置に挿入します。

RemoveItem(Int32)

コレクションの指定されたインデックス位置にある要素を削除します。

SetItem(Int32, IFilterProvider)

指定したインデックス位置にある要素を置き換えます。

適用対象