C# 클래스 PropertyInfoExtensions, Unity-MVVM

파일 보기 프로젝트 열기: push-pop/Unity-MVVM 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( PropertyInfo, prop, object owner, string path = null, Array, index = null ) : object
ResolvePath ( PropertyInfo, prop, string path ) : PropertyInfo,
SetValue ( PropertyInfo, prop, object owner, object value, string path = null, Array, index = null ) : void

메소드 상세

GetValue() 공개 정적인 메소드

public static GetValue ( PropertyInfo, prop, object owner, string path = null, Array, index = null ) : object
prop PropertyInfo,
owner object
path string
index Array,
리턴 object

ResolvePath() 공개 정적인 메소드

public static ResolvePath ( PropertyInfo, prop, string path ) : PropertyInfo,
prop PropertyInfo,
path string
리턴 PropertyInfo,

SetValue() 공개 정적인 메소드

public static SetValue ( PropertyInfo, prop, object owner, object value, string path = null, Array, index = null ) : void
prop PropertyInfo,
owner object
value object
path string
index Array,
리턴 void