ModelValidatorProviderCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ここのコンテンツは更新されません。ここに資料を追加しないでください。
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) |
指定したインデックス位置にあるモデルの検証コントロール プロバイダー要素を置き換えます。 |