C# Class PropertyInfoExtensions, Unity-MVVM

Afficher le fichier Open project: push-pop/Unity-MVVM Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ResolvePath() public static méthode

public static ResolvePath ( PropertyInfo, prop, string path ) : PropertyInfo,
prop PropertyInfo,
path string
Résultat PropertyInfo,

SetValue() public static méthode

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,
Résultat void