ModelValidatorProviderCollection コンストラクター

定義

オーバーロード

ModelValidatorProviderCollection()

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

ModelValidatorProviderCollection(IList<ModelValidatorProvider>)

モデル検証プロバイダーの一覧を ModelValidatorProviderCollection 使用して、 クラスの新しいインスタンスを初期化します。

ModelValidatorProviderCollection()

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

public ModelValidatorProviderCollection ();
Public Sub New ()

適用対象

ModelValidatorProviderCollection(IList<ModelValidatorProvider>)

モデル検証プロバイダーの一覧を ModelValidatorProviderCollection 使用して、 クラスの新しいインスタンスを初期化します。

public ModelValidatorProviderCollection (System.Collections.Generic.IList<System.Web.Mvc.ModelValidatorProvider> list);
new System.Web.Mvc.ModelValidatorProviderCollection : System.Collections.Generic.IList<System.Web.Mvc.ModelValidatorProvider> -> System.Web.Mvc.ModelValidatorProviderCollection
Public Sub New (list As IList(Of ModelValidatorProvider))

パラメーター

list
IList<ModelValidatorProvider>

モデル検証プロバイダーのリスト。

適用対象