C# Class Serenity.ReflectionUtils

Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode Description
GetPropertyValue ( object o, string property ) : object
MakeCamelCase ( string s ) : string
SetPropertyValue ( object o, string property, object value ) : void

Method Details

GetPropertyValue() public static méthode

public static GetPropertyValue ( object o, string property ) : object
o object
property string
Résultat object

MakeCamelCase() public static méthode

public static MakeCamelCase ( string s ) : string
s string
Résultat string

SetPropertyValue() public static méthode

public static SetPropertyValue ( object o, string property, object value ) : void
o object
property string
value object
Résultat void