C# Class YurikoCS.PropertiesConfig

Inheritance: Config
Mostrar archivo Open project: ItalianDevs4PM/Yuriko-CS Class Usage Examples

Public Methods

Method 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

Method Description
load ( string filename ) : void

Method Details

Exists() public method

public Exists ( string key ) : bool
key string
return bool

Get() public method

public Get ( string key ) : object
key string
return object

GetBoolean() public method

public GetBoolean ( string key ) : bool
key string
return bool

GetDouble() public method

public GetDouble ( string key ) : double
key string
return double

GetFloat() public method

public GetFloat ( string key ) : float
key string
return float

GetInt() public method

public GetInt ( string key ) : int
key string
return int

GetLong() public method

public GetLong ( string key ) : long
key string
return long

GetShort() public method

public GetShort ( string key ) : short
key string
return short

GetString() public method

public GetString ( string key ) : string
key string
return string

IsBoolean() public method

public IsBoolean ( string key ) : bool
key string
return bool

IsDouble() public method

public IsDouble ( string key ) : bool
key string
return bool

IsFloat() public method

public IsFloat ( string key ) : bool
key string
return bool

IsInt() public method

public IsInt ( string key ) : bool
key string
return bool

IsLong() public method

public IsLong ( string key ) : bool
key string
return bool

IsShort() public method

public IsShort ( string key ) : bool
key string
return bool

IsString() public method

public IsString ( string key ) : bool
key string
return bool

PropertiesConfig() public method

public PropertiesConfig ( ) : System
return System

PropertiesConfig() public method

public PropertiesConfig ( string filename ) : System
filename string
return System

Reload() public method

public Reload ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Save() public method

public Save ( string filename ) : void
filename string
return void

Set() public method

public Set ( string key, object value ) : void
key string
value object
return void

Unset() public method

public Unset ( string key ) : void
key string
return void

clear() public method

public clear ( ) : void
return void