IValidatableInfoResolver インターフェイス

定義

特定の<seealso cref="T:System.Type"></seealso"、または >seealso cref="T:System.Reflection.ParameterInfo"</seealso><> に関連付けられている検証情報を解決するためのインターフェイスを提供します。

public interface class IValidatableInfoResolver
[System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")]
public interface IValidatableInfoResolver
[<System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")>]
type IValidatableInfoResolver = interface
Public Interface IValidatableInfoResolver
属性

メソッド

名前 説明
TryGetValidatableParameterInfo(ParameterInfo, IValidatableInfo)

指定したパラメーターの検証情報を取得します。

TryGetValidatableTypeInfo(Type, IValidatableInfo)

指定した型の検証情報を取得します。

適用対象