TypeFilterAttribute<TFilter> クラス

定義

ImplementationTypeの別のフィルターを作成するフィルター。存在する場合は、依存関係の挿入から不足しているコンストラクター引数を取得します。

public class TypeFilterAttribute<TFilter> : Microsoft.AspNetCore.Mvc.TypeFilterAttribute where TFilter : IFilterMetadata
type TypeFilterAttribute<'Filter (requires 'Filter :> IFilterMetadata)> = class
    inherit TypeFilterAttribute
Public Class TypeFilterAttribute(Of TFilter)
Inherits TypeFilterAttribute

型パラメーター

TFilter

Type作成するフィルターの 。

継承
TypeFilterAttribute<TFilter>

コンストラクター

TypeFilterAttribute<TFilter>()

TypeFilterAttribute しいインスタンスをインスタンス化します。

プロパティ

Arguments

コンストラクターに渡 ImplementationType すサービス以外の引数を取得または設定します。

(継承元 TypeFilterAttribute)
ImplementationType

作成するフィルターの を Type 取得します。

(継承元 TypeFilterAttribute)
IsReusable

の結果 CreateInstance(IServiceProvider) を要求間で再利用できるかどうかを示す値を取得します。

(継承元 TypeFilterAttribute)
Order

フィルターの実行順序を決定するための順序値を取得します。 フィルターは、 プロパティの昇順の数値で Order 実行されます。

(継承元 TypeFilterAttribute)

メソッド

CreateInstance(IServiceProvider)

実行可能フィルターのインスタンスを作成します。

(継承元 TypeFilterAttribute)

適用対象