Method | Description | |
---|---|---|
GetPropertyValue ( object o, string property ) : object | ||
MakeCamelCase ( string s ) : string | ||
SetPropertyValue ( object o, string property, object value ) : void |
public static GetPropertyValue ( object o, string property ) : object | ||
o | object | |
property | string | |
return | object |
public static MakeCamelCase ( string s ) : string | ||
s | string | |
return | string |
public static SetPropertyValue ( object o, string property, object value ) : void | ||
o | object | |
property | string | |
value | object | |
return | void |