C# Class PropertyInfoExtensions, Unity-MVVM

Datei anzeigen Open project: push-pop/Unity-MVVM Class Usage Examples

Public Methods

Method Description
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

Method Details

GetValue() public static method

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

ResolvePath() public static method

public static ResolvePath ( PropertyInfo, prop, string path ) : PropertyInfo,
prop PropertyInfo,
path string
return PropertyInfo,

SetValue() public static method

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,
return void