C# Class YurikoCS.PropertiesConfig

Inheritance: Config
Afficher le fichier Open project: ItalianDevs4PM/Yuriko-CS Class Usage Examples

Méthodes publiques

Méthode Description
Exists ( string key ) : bool
Get ( string key ) : object
GetBoolean ( string key ) : bool
GetDouble ( string key ) : double
GetFloat ( string key ) : float
GetInt ( string key ) : int
GetLong ( string key ) : long
GetShort ( string key ) : short
GetString ( string key ) : string
IsBoolean ( string key ) : bool
IsDouble ( string key ) : bool
IsFloat ( string key ) : bool
IsInt ( string key ) : bool
IsLong ( string key ) : bool
IsShort ( string key ) : bool
IsString ( string key ) : bool
PropertiesConfig ( ) : System
PropertiesConfig ( string filename ) : System
Reload ( ) : void
Save ( ) : void
Save ( string filename ) : void
Set ( string key, object value ) : void
Unset ( string key ) : void
clear ( ) : void

Private Methods

Méthode Description
load ( string filename ) : void

Method Details

Exists() public méthode

public Exists ( string key ) : bool
key string
Résultat bool

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

GetBoolean() public méthode

public GetBoolean ( string key ) : bool
key string
Résultat bool

GetDouble() public méthode

public GetDouble ( string key ) : double
key string
Résultat double

GetFloat() public méthode

public GetFloat ( string key ) : float
key string
Résultat float

GetInt() public méthode

public GetInt ( string key ) : int
key string
Résultat int

GetLong() public méthode

public GetLong ( string key ) : long
key string
Résultat long

GetShort() public méthode

public GetShort ( string key ) : short
key string
Résultat short

GetString() public méthode

public GetString ( string key ) : string
key string
Résultat string

IsBoolean() public méthode

public IsBoolean ( string key ) : bool
key string
Résultat bool

IsDouble() public méthode

public IsDouble ( string key ) : bool
key string
Résultat bool

IsFloat() public méthode

public IsFloat ( string key ) : bool
key string
Résultat bool

IsInt() public méthode

public IsInt ( string key ) : bool
key string
Résultat bool

IsLong() public méthode

public IsLong ( string key ) : bool
key string
Résultat bool

IsShort() public méthode

public IsShort ( string key ) : bool
key string
Résultat bool

IsString() public méthode

public IsString ( string key ) : bool
key string
Résultat bool

PropertiesConfig() public méthode

public PropertiesConfig ( ) : System
Résultat System

PropertiesConfig() public méthode

public PropertiesConfig ( string filename ) : System
filename string
Résultat System

Reload() public méthode

public Reload ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( string filename ) : void
filename string
Résultat void

Set() public méthode

public Set ( string key, object value ) : void
key string
value object
Résultat void

Unset() public méthode

public Unset ( string key ) : void
key string
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void