Properties
(static) bool CIEqual( string l, string r )
(static) string ConstructFromString( Type type, object obj, string value, ref object constructed )
(static) CommandPropertyAttribute GetCPA( PropertyInfo p )
(static) PropertyInfo GetPropertyInfo( ref object obj, PropertyInfo[] chain, ref string failReason )
(static) PropertyInfo GetPropertyInfo( Mobile from, ref object obj, string propertyName, PropertyAccess access, ref string failReason )
(static) PropertyInfo[] GetPropertyInfoChain( Mobile from, Type type, string propertyString, PropertyAccess endAccess, ref string failReason )
(static) string GetValue( Mobile from, object o, string name )
(static) string IncreaseValue( Mobile from, object o, string[] args )
(static) void Initialize()
(static) string InternalGetValue( object o, PropertyInfo p )
(static) string InternalGetValue( object o, PropertyInfo p, PropertyInfo[] chain )
(static) string InternalSetValue( object o, PropertyInfo p, string value )
(static) string InternalSetValue( Mobile from, object logobj, object o, PropertyInfo p, string pname, string value, bool shouldLog )
(static) bool IsChar( Type t )
(static) bool IsEnum( Type t )
(static) bool IsNumeric( Type t )
(static) bool IsParsable( Type t )
(static) bool IsSerial( Type t )
(static) bool IsString( Type t )
(static) bool IsText( Type t )
(static) bool IsType( Type t )
(static) object Parse( object o, Type t, string value )
(static) void Props_OnCommand( CommandEventArgs e )
(static) string SetDirect( object obj, PropertyInfo prop, object toSet )
(static) string SetDirect( Mobile from, object logObject, object obj, PropertyInfo prop, string givenName, object toSet, bool shouldLog )
(static) string SetValue( Mobile from, object o, string name, string value )
(ctor) Properties()