RangeAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Atributo Range
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class RangeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type RangeAttribute = class
inherit Attribute
Public NotInheritable Class RangeAttribute
Inherits Attribute
- Herencia
-
RangeAttribute
- Atributos
Constructores
RangeAttribute(Double, Double, Boolean) |
Creación de una clase RangeAttribute |
RangeAttribute(Double, Double, Double, Boolean) |
Creación de una clase RangeAttribute |
RangeAttribute(Int32, Int32, Boolean) |
Creación de una clase RangeAttribute |
RangeAttribute(Int32, Int32, Int32, Boolean) |
Creación de una clase RangeAttribute |
RangeAttribute(Single, Single, Boolean) |
Creación de una clase RangeAttribute |
RangeAttribute(Single, Single, Single, Boolean) |
Creación de una clase RangeAttribute |
Propiedades
Init |
Atributo Range |
LogBase |
Atributo Range |
Max |
Atributo Range |
Min |
Atributo Range |