IValidatableInfoResolver Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é. |