Click or drag to resize

SwitchOption Class

Base class for an option of a RangeSwitch.
Inheritance Hierarchy

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

The SwitchOption type exposes the following members.

Constructors
  NameDescription
Public methodSwitchOption
Initializes a new instance of the SwitchOption class
Top
Fields
  NameDescription
Public fieldValue
Value of this option.
Top
See Also