C# Class HashtableHelper, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Méthode Description
AddContentHashtables ( ArrayList &s, string title, string data ) : void
GetContentHashtable ( string title, string content ) : Hashtable
GetContentHashtable ( string title, string content, int id ) : Hashtable
GetContentString ( Hashtable ht, string &data ) : void
GetContentString ( Hashtable ht, string &data, string idStr ) : void
GetTitleHashtable ( string title ) : Hashtable
GetTitleHashtable ( string title, int id ) : Hashtable

Method Details

AddContentHashtables() public static méthode

public static AddContentHashtables ( ArrayList &s, string title, string data ) : void
s ArrayList
title string
data string
Résultat void

GetContentHashtable() public static méthode

public static GetContentHashtable ( string title, string content ) : Hashtable
title string
content string
Résultat Hashtable

GetContentHashtable() public static méthode

public static GetContentHashtable ( string title, string content, int id ) : Hashtable
title string
content string
id int
Résultat Hashtable

GetContentString() public static méthode

public static GetContentString ( Hashtable ht, string &data ) : void
ht Hashtable
data string
Résultat void

GetContentString() public static méthode

public static GetContentString ( Hashtable ht, string &data, string idStr ) : void
ht Hashtable
data string
idStr string
Résultat void

GetTitleHashtable() public static méthode

public static GetTitleHashtable ( string title ) : Hashtable
title string
Résultat Hashtable

GetTitleHashtable() public static méthode

public static GetTitleHashtable ( string title, int id ) : Hashtable
title string
id int
Résultat Hashtable