Method | Description | |
---|---|---|
MapMatchingProperties ( object target, object source ) : void |
Maps the matching properties from one type to the other by name. If the name does not match then it will not be mapped. This class was intended to be used in a class that derives from "IValueInjection"
|
Method | Description | |
---|---|---|
GetPropValue ( object src, string propName ) : object | ||
SetPropValue ( object target, object value, string propName ) : void |
public static MapMatchingProperties ( object target, object source ) : void | ||
target | object | The target object. |
source | object | The source object. |
return | void |