C# Class SpeakFriend.Utilities.SettingBoolean

Inheritance: Setting
Mostrar archivo Open project: teamaton/speak-lib

Public Methods

Method Description
Clone ( ) : Setting
IsDefault ( ) : bool
IsTrue ( ) : bool
SettingBoolean ( ) : System
SettingBoolean ( string key ) : System
SettingBoolean ( string key, bool defaultValue ) : System

Method Details

Clone() public method

public Clone ( ) : Setting
return Setting

IsDefault() public method

public IsDefault ( ) : bool
return bool

IsTrue() public method

public IsTrue ( ) : bool
return bool

SettingBoolean() public method

public SettingBoolean ( ) : System
return System

SettingBoolean() public method

public SettingBoolean ( string key ) : System
key string
return System

SettingBoolean() public method

public SettingBoolean ( string key, bool defaultValue ) : System
key string
defaultValue bool
return System