PropertiesGump : Gump
(static) CommandPropertyAttribute GetCPA( PropertyInfo prop )
(static) string[] GetCustomEnumNames( Type type )
(static) object GetObjectFromString( Type t, string s )
(static) object[] GetObjects( Array a )
(static) string GetStringFromObject( object o )
(static) bool HasAttribute( Type type, Type check, bool inherit )
(static) bool IsCustomEnum( Type type )
(static) bool IsType( Type type, Type[] check )
(static) bool IsType( Type type, Type check )
(static) void OnValueChanged( object obj, PropertyInfo prop, Stack<StackEntry> stack )
(static) string ValueToString( object o )
(static) string ValueToString( object obj, PropertyInfo prop )
(ctor) PropertiesGump( Mobile mobile, object o )
(ctor) PropertiesGump( Mobile mobile, object o, Stack<StackEntry> stack, StackEntry parent )
(ctor) PropertiesGump( Mobile mobile, object o, Stack<StackEntry> stack, ArrayList list, int page )
ArrayList BuildList()
ArrayList GetGroups( Type objectType, PropertyInfo[] props )
void Initialize( int page )
virtual void OnResponse( NetState state, RelayInfo info )
string ValueToString( PropertyInfo prop )