Compartir a través de


AllowedValuesAttribute(Object[]) Constructor

Definición

Inicializa una nueva instancia de la clase AllowedValuesAttribute.

public:
 AllowedValuesAttribute(... cli::array <System::Object ^> ^ values);
public AllowedValuesAttribute (params object?[] values);
new System.ComponentModel.DataAnnotations.AllowedValuesAttribute : obj[] -> System.ComponentModel.DataAnnotations.AllowedValuesAttribute
Public Sub New (ParamArray values As Object())

Parámetros

values
Object[]

Lista de valores a los que debe ser igual el valor validado.

Se aplica a