Compartir a través de


NumericAttribute Clase

Definición

Proporcione límites en los valores posibles de un campo o propiedad numéricos.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class NumericAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type NumericAttribute = class
    inherit Attribute
Public Class NumericAttribute
Inherits Attribute
Herencia
NumericAttribute
Atributos

Comentarios

De forma predeterminada, los límites son el mínimo y máximo del tipo de campo subyacente.

Constructores

NumericAttribute(Double, Double)

Especifique el intervalo de valores posibles para un campo numérico.

Campos

Max

Valor máximo posible.

Min

Valor mínimo posible.

Se aplica a