Properties
(ctor) Properties()
static bool CIEqual( string l, string r )
static void Get_OnCommand( CommandEventArgs e )
static CommandPropertyAttribute GetCPA( PropertyInfo p )
static string GetValue( Mobile from, object o, string name )
static void GuildProps_OnCommand( CommandEventArgs e )
static string InternalGetValue( object o, PropertyInfo p )
static string InternalSetValue( object o, PropertyInfo p, string value )
static bool IsChar( Type t )
static bool IsEnum( Type t )
static bool IsNumeric( Type t )
static bool IsParsable( Type t )
static bool IsString( Type t )
static object Parse( object o, Type t, string value )
static void Props_OnCommand( CommandEventArgs e )
static void Register()
static void Set_OnCommand( CommandEventArgs e )
static string SetValue( Mobile from, object o, string name, string value )