Click or drag to resize

NumberSwitchOption Class

Contains the number to check against to choose this option.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Foundation.Providers.SwitchesSwitchOption
    Slash.Unity.DataBind.Foundation.Providers.SwitchesNumberSwitchOption

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

The NumberSwitchOption type exposes the following members.

Constructors
  NameDescription
Public methodNumberSwitchOption
Initializes a new instance of the NumberSwitchOption class
Top
Fields
  NameDescription
Public fieldNumber
Required number to choose this option.
Top
See Also