Langue

IValidatableInfoResolver Interface

Définition

Fournit une interface permettant de résoudre les informations de validation associées à un <seealso cref="T :System.Type"></seealso ou >seealso< cref="T :System.Reflection.ParameterInfo"></seealso>.

public interface class IValidatableInfoResolver
public interface IValidatableInfoResolver
type IValidatableInfoResolver = interface
Public Interface IValidatableInfoResolver

Méthodes

Nom Description
TryGetValidatableParameterInfo(ParameterInfo, IValidatableParameterInfo)

Obtient des informations de validation pour le paramètre spécifié.

TryGetValidatableTypeInfo(Type, IValidatableTypeInfo)

Obtient des informations de validation pour le type spécifié.

S’applique à