C# Class SpeakFriend.Utilities.SettingBoolean

Inheritance: Setting
Afficher le fichier Open project: teamaton/speak-lib

Méthodes publiques

Méthode Description
Clone ( ) : Setting
IsDefault ( ) : bool
IsTrue ( ) : bool
SettingBoolean ( ) : System
SettingBoolean ( string key ) : System
SettingBoolean ( string key, bool defaultValue ) : System

Method Details

Clone() public méthode

public Clone ( ) : Setting
Résultat Setting

IsDefault() public méthode

public IsDefault ( ) : bool
Résultat bool

IsTrue() public méthode

public IsTrue ( ) : bool
Résultat bool

SettingBoolean() public méthode

public SettingBoolean ( ) : System
Résultat System

SettingBoolean() public méthode

public SettingBoolean ( string key ) : System
key string
Résultat System

SettingBoolean() public méthode

public SettingBoolean ( string key, bool defaultValue ) : System
key string
defaultValue bool
Résultat System