DataAnnotationsModelValidator<TAttribute> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した検証型のモデル検証コントロールを提供します。
generic <typename TAttribute>
where TAttribute : ValidationAttributepublic ref class DataAnnotationsModelValidator : System::Web::ModelBinding::DataAnnotationsModelValidator
public class DataAnnotationsModelValidator<TAttribute> : System.Web.ModelBinding.DataAnnotationsModelValidator where TAttribute : ValidationAttribute
type DataAnnotationsModelValidator<'Attribute (requires 'Attribute :> ValidationAttribute)> = class
inherit DataAnnotationsModelValidator
Public Class DataAnnotationsModelValidator(Of TAttribute)
Inherits DataAnnotationsModelValidator
型パラメーター
- TAttribute
検証属性の種類。
- 継承
- 派生
コンストラクター
DataAnnotationsModelValidator<TAttribute>(ModelMetadata, ModelBindingExecutionContext, TAttribute) |
DataAnnotationsModelValidator<TAttribute> クラスの新しいインスタンスを初期化します。 |
プロパティ
Attribute |
検証属性を取得します。 |
ErrorMessage |
検証エラーのエラー メッセージを取得します。 (継承元 DataAnnotationsModelValidator) |
IsRequired |
モデルが必要かどうか (つまり、Attribute プロパティの検証属性が RequiredAttribute 属性かどうか) を示す値を取得します。 (継承元 DataAnnotationsModelValidator) |
Metadata |
派生クラスで実装された場合、モデルの検証コントロール用のメタデータを取得します。 (継承元 ModelValidator) |
ModelBindingExecutionContext |
派生クラスで実装されている場合に、実行コンテキストを取得します。 (継承元 ModelValidator) |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetLocalizedErrorMessage(String) |
モデルのローカライズされたエラー メッセージを取得します。 (継承元 DataAnnotationsModelValidator) |
GetLocalizedString(String, Object[]) |
特定の文字列のローカライズ版を取得します。 (継承元 DataAnnotationsModelValidator) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
Validate(Object) |
モデルの検証エラー メッセージの一覧を返します。 (継承元 DataAnnotationsModelValidator) |