C# 클래스 Serenity.ReflectionUtils

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
GetPropertyValue ( object o, string property ) : object
MakeCamelCase ( string s ) : string
SetPropertyValue ( object o, string property, object value ) : void

메소드 상세

GetPropertyValue() 공개 정적인 메소드

public static GetPropertyValue ( object o, string property ) : object
o object
property string
리턴 object

MakeCamelCase() 공개 정적인 메소드

public static MakeCamelCase ( string s ) : string
s string
리턴 string

SetPropertyValue() 공개 정적인 메소드

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