Class OptionToggleContext
public class OptionToggleContext : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
- Inheritance
-
OptionToggleContext
- Implements
- Inherited Members
- Extension Methods
Constructors
OptionToggleContext(string, string)
public OptionToggleContext(string id, string toggleText)
Parameters
Fields
Id
public string Id
Field Value
ToggleText
[DataProperty("toggleText")]
public Property<string> ToggleText
Field Value
ToggleValue
[DataProperty("toggleValue")]
public Property<bool> ToggleValue