C# Class Poonya.Utils.Hashtable

Datei anzeigen Open project: sunag/sea3d

Public Methods

Method Description
Add ( string name, object value ) : void
Contains ( string name ) : bool
ContainsFile ( string filename ) : bool
Get ( string name ) : object
GetDef ( string name, object def ) : object
Hashtable ( ) : System
Hashtable ( System.Collections.Hashtable table ) : System
Load ( string filename ) : void
Merge ( Hashtable hash ) : void
Merge ( string filename ) : void
ReadBase64 ( string base64 ) : void
ReadJson ( string json ) : void
Remove ( string name ) : void
Save ( string filename ) : void
ToBase64 ( ) : string
ToJson ( ) : string

Method Details

Add() public method

public Add ( string name, object value ) : void
name string
value object
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

Get() public method

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

GetDef() public method

public GetDef ( string name, object def ) : object
name string
def object
return object

Hashtable() public method

public Hashtable ( ) : System
return System

Hashtable() public method

public Hashtable ( System.Collections.Hashtable table ) : System
table System.Collections.Hashtable
return System

Load() public method

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

Merge() public method

public Merge ( Hashtable hash ) : void
hash Hashtable
return void

Merge() public method

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

ReadBase64() public method

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

ReadJson() public method

public ReadJson ( string json ) : void
json 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

ToJson() public method

public ToJson ( ) : string
return string