ModelValidatorProviderCollection クラス

定義

ここのコンテンツは更新されません。ここに資料を追加しないでください。

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

コンストラクター

ModelValidatorProviderCollection()

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

ModelValidatorProviderCollection(IList<ModelValidatorProvider>)

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

メソッド

ClearItems()

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

GetValidators(ModelMetadata, ControllerContext)

モデルの検証コントロールのリストを返します。

InsertItem(Int32, ModelValidatorProvider)

モデルの検証コントロール プロバイダーをコレクションに挿入します。

RemoveItem(Int32)

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

SetItem(Int32, ModelValidatorProvider)

指定したインデックス位置にあるモデルの検証コントロール プロバイダー要素を置き換えます。

適用対象