C# Class Serenity.ReflectionUtils

Exibir arquivo Open project: volkanceylan/Serenity

Public Methods

Method Description
GetPropertyValue ( object o, string property ) : object
MakeCamelCase ( string s ) : string
SetPropertyValue ( object o, string property, object value ) : void

Method Details

GetPropertyValue() public static method

public static GetPropertyValue ( object o, string property ) : object
o object
property string
return object

MakeCamelCase() public static method

public static MakeCamelCase ( string s ) : string
s string
return string

SetPropertyValue() public static method

public static SetPropertyValue ( object o, string property, object value ) : void
o object
property string
value object
return void