Click or drag to resize

NumberRangeOption Class

Number range that contains the area for which the option should be used.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Foundation.Providers.SwitchesSwitchOption
    Slash.Unity.DataBind.Foundation.Providers.SwitchesNumberRangeOption

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Switches
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[SerializableAttribute]
public class NumberRangeOption : SwitchOption

The NumberRangeOption type exposes the following members.

Constructors
  NameDescription
Public methodNumberRangeOption
Initializes a new instance of the NumberRangeOption class
Top
Fields
  NameDescription
Public fieldInclusiveMax
Indicates if the maximum value is included in the range or if it's exclusive.
Public fieldMax
Maximum value (inclusive or exclusive, depends on InclusiveMax).
Public fieldMin
Minimum value (inclusive).
Top
See Also