C# Class Poonya.Utils.Hashtable

Afficher le fichier Open project: sunag/sea3d

Méthodes publiques

Méthode 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 méthode

public Add ( string name, object value ) : void
name string
value object
Résultat void

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

ContainsFile() public méthode

public ContainsFile ( string filename ) : bool
filename string
Résultat bool

Get() public méthode

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

GetDef() public méthode

public GetDef ( string name, object def ) : object
name string
def object
Résultat object

Hashtable() public méthode

public Hashtable ( ) : System
Résultat System

Hashtable() public méthode

public Hashtable ( System.Collections.Hashtable table ) : System
table System.Collections.Hashtable
Résultat System

Load() public méthode

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

Merge() public méthode

public Merge ( Hashtable hash ) : void
hash Hashtable
Résultat void

Merge() public méthode

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

ReadBase64() public méthode

public ReadBase64 ( string base64 ) : void
base64 string
Résultat void

ReadJson() public méthode

public ReadJson ( string json ) : void
json string
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

Save() public méthode

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

ToBase64() public méthode

public ToBase64 ( ) : string
Résultat string

ToJson() public méthode

public ToJson ( ) : string
Résultat string