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