C# Class Poonya.Utils.Hashmap

Exibir arquivo Open project: sunag/sea3d

Public Methods

Method Description
AddBoolean ( string name, bool value ) : void
AddColor ( string name, int r, int g, int b ) : void
AddFloat ( string name, float value ) : void
AddInteger ( string name, int value ) : void
AddString ( string name, string value ) : void
Clear ( ) : void
Contains ( string name ) : bool
ContainsFile ( string filename ) : bool
GetBlue ( string name ) : int
GetBoolean ( string name ) : bool
GetColor ( string name, int color ) : int
GetFloat ( string name ) : float
GetGreen ( string name ) : int
GetInteger ( string name ) : int
GetRed ( string name ) : int
GetString ( string name ) : string
Load ( string filename ) : void
Merge ( string filename ) : void
Read ( string hash ) : void
ReadBase64 ( string base64 ) : void
Remove ( string name ) : void
Save ( string filename ) : void
ToBase64 ( ) : string
ToString ( ) : string

Method Details

AddBoolean() public method

public AddBoolean ( string name, bool value ) : void
name string
value bool
return void

AddColor() public method

public AddColor ( string name, int r, int g, int b ) : void
name string
r int
g int
b int
return void

AddFloat() public method

public AddFloat ( string name, float value ) : void
name string
value float
return void

AddInteger() public method

public AddInteger ( string name, int value ) : void
name string
value int
return void

AddString() public method

public AddString ( string name, string value ) : void
name string
value string
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( string name ) : bool
name string
return bool

ContainsFile() public method

public ContainsFile ( string filename ) : bool
filename string
return bool

GetBlue() public method

public GetBlue ( string name ) : int
name string
return int

GetBoolean() public method

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

GetColor() public method

public GetColor ( string name, int color ) : int
name string
color int
return int

GetFloat() public method

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

GetGreen() public method

public GetGreen ( string name ) : int
name string
return int

GetInteger() public method

public GetInteger ( string name ) : int
name string
return int

GetRed() public method

public GetRed ( string name ) : int
name string
return int

GetString() public method

public GetString ( string name ) : string
name string
return string

Load() public method

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

Merge() public method

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

Read() public method

public Read ( string hash ) : void
hash string
return void

ReadBase64() public method

public ReadBase64 ( string base64 ) : void
base64 string
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

Save() public method

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

ToBase64() public method

public ToBase64 ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string