Beispiel #1
0
 public static PropertyEntry GetPropertyEntry(this globalTableEnum en)
 {
     return(tables.entries[en]);
 }
Beispiel #2
0
 public static String GetTableDescription(this globalTableEnum en)
 {
     return(tables.entries[en][PropertyEntryColumn.entry_description].toStringSafe(""));
 }