 | NumberSwitchOption Class |
Contains the number to check against to choose this option.
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 NumberSwitchOption : SwitchOption
<SerializableAttribute>
Public Class NumberSwitchOption
Inherits SwitchOption
[SerializableAttribute]
public ref class NumberSwitchOption : public SwitchOption
[<SerializableAttribute>]
type NumberSwitchOption =
class
inherit SwitchOption
end
The NumberSwitchOption type exposes the following members.
Constructors
Fields
| Name | Description |
---|
 | Number |
Required number to choose this option.
|
Top
See Also