Class OptionToggle
Option base class with a boolean as value.
Inheritance
System.Object
OptionToggle
Assembly: Trimmer.dll
Syntax
public abstract class OptionToggle : Option<bool>
Methods
|
Improve this Doc
View Source
EditGUI()
Declaration
public override bool EditGUI()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Load(String)
Declaration
public override void Load(string input)
Parameters
Type |
Name |
Description |
System.String |
input |
|
Overrides
|
Improve this Doc
View Source
Parse(String)
Declaration
public override bool Parse(string input)
Parameters
Type |
Name |
Description |
System.String |
input |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
sttz.Trimmer.Option<System.Boolean>.Parse(System.String)
|
Improve this Doc
View Source
Save()
Declaration
public override string Save()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Save(Boolean)
Declaration
public override string Save(bool input)
Parameters
Type |
Name |
Description |
System.Boolean |
input |
|
Returns
Type |
Description |
System.String |
|
Overrides
sttz.Trimmer.Option<System.Boolean>.Save(System.Boolean)