Method | 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 |
public static AddContentHashtables ( ArrayList &s, string title, string data ) : void | ||
s | ArrayList | |
title | string | |
data | string | |
return | void |
public static GetContentHashtable ( string title, string content ) : Hashtable | ||
title | string | |
content | string | |
return | Hashtable |
public static GetContentHashtable ( string title, string content, int id ) : Hashtable | ||
title | string | |
content | string | |
id | int | |
return | Hashtable |
public static GetContentString ( Hashtable ht, string &data ) : void | ||
ht | Hashtable | |
data | string | |
return | void |
public static GetContentString ( Hashtable ht, string &data, string idStr ) : void | ||
ht | Hashtable | |
data | string | |
idStr | string | |
return | void |
public static GetTitleHashtable ( string title ) : Hashtable | ||
title | string | |
return | Hashtable |
public static GetTitleHashtable ( string title, int id ) : Hashtable | ||
title | string | |
id | int | |
return | Hashtable |