Méthode | Description | |
---|---|---|
ConstructFromString ( |
||
GetCPA ( |
||
GetPropertyInfo ( Mobile from, object &obj, string propertyName, PropertyAccess access, string &failReason ) : |
||
GetPropertyInfo ( object &obj, |
||
GetPropertyInfoChain ( Mobile from, |
||
GetValue ( Mobile from, object o, string name ) : string | ||
IncreaseValue ( Mobile from, object o, string args ) : string | ||
Initialize ( ) : void | ||
InternalSetValue ( Mobile from, object logobj, object o, |
||
InternalSetValue ( object o, |
||
SetDirect ( Mobile from, object logObject, object obj, |
||
SetDirect ( object obj, |
||
SetValue ( Mobile from, object o, string name, string value ) : string |
Méthode | Description | |
---|---|---|
CIEqual ( string l, string r ) : bool | ||
InternalGetValue ( object o, |
||
InternalGetValue ( object o, |
||
IsChar ( |
||
IsEnum ( |
||
IsNumeric ( |
||
IsParsable ( |
||
IsSerial ( |
||
IsString ( |
||
IsText ( |
||
IsType ( |
||
Parse ( object o, |
||
Props_OnCommand ( Server.Commands.CommandEventArgs e ) : void |
public static ConstructFromString ( |
||
type | ||
obj | object | |
value | string | |
constructed | object | |
Résultat | string |
public static GetCPA ( |
||
p | ||
Résultat | Server.CommandPropertyAttribute |
public static GetPropertyInfo ( Mobile from, object &obj, string propertyName, PropertyAccess access, string &failReason ) : |
||
from | Mobile | |
obj | object | |
propertyName | string | |
access | PropertyAccess | |
failReason | string | |
Résultat |
public static GetPropertyInfo ( object &obj, |
||
obj | object | |
chain | ||
failReason | string | |
Résultat |
public static GetPropertyInfoChain ( Mobile from, |
||
from | Mobile | |
type | ||
propertyString | string | |
endAccess | PropertyAccess | |
failReason | string | |
Résultat | System.Reflection.PropertyInfo[] |
public static GetValue ( Mobile from, object o, string name ) : string | ||
from | Mobile | |
o | object | |
name | string | |
Résultat | string |
public static IncreaseValue ( Mobile from, object o, string args ) : string | ||
from | Mobile | |
o | object | |
args | string | |
Résultat | string |
public static InternalSetValue ( Mobile from, object logobj, object o, |
||
from | Mobile | |
logobj | object | |
o | object | |
p | ||
pname | string | |
value | string | |
shouldLog | bool | |
Résultat | string |
public static InternalSetValue ( object o, |
||
o | object | |
p | ||
value | string | |
Résultat | string |
public static SetDirect ( Mobile from, object logObject, object obj, |
||
from | Mobile | |
logObject | object | |
obj | object | |
prop | ||
givenName | string | |
toSet | object | |
shouldLog | bool | |
Résultat | string |
public static SetDirect ( object obj, |
||
obj | object | |
prop | ||
toSet | object | |
Résultat | string |
public static SetValue ( Mobile from, object o, string name, string value ) : string | ||
from | Mobile | |
o | object | |
name | string | |
value | string | |
Résultat | string |