RangeAttribute Class

Definition

Range attribute

[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
Inheritance
RangeAttribute
Attributes

Constructors

RangeAttribute(Double, Double, Boolean)

Create a RangeAttribute

RangeAttribute(Double, Double, Double, Boolean)

Create a RangeAttribute

RangeAttribute(Int32, Int32, Boolean)

Create a RangeAttribute

RangeAttribute(Int32, Int32, Int32, Boolean)

Create a RangeAttribute

RangeAttribute(Single, Single, Boolean)

Create a RangeAttribute

RangeAttribute(Single, Single, Single, Boolean)

Create a RangeAttribute

Properties

Init
LogBase
Max
Min

Applies to