DataAnnotationsModelValidatorProvider.RegisterAdapter(Type, Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Registra un adattatore per la convalida lato client.
public:
static void RegisterAdapter(Type ^ attributeType, Type ^ adapterType);
public static void RegisterAdapter (Type attributeType, Type adapterType);
static member RegisterAdapter : Type * Type -> unit
Public Shared Sub RegisterAdapter (attributeType As Type, adapterType As Type)
Parametri
- attributeType
- Type
Tipo dell'attributo di convalida.
- adapterType
- Type
Tipo di adattatore.