Method SetPropertyValue
SetPropertyValue<T>(object, string, T)
Declaration
public static object SetPropertyValue<T>(this object model, string propertyPath, T value)
Parameters
Type | Name | Description |
---|---|---|
object | model | |
string | propertyPath | |
T | value |
Returns
Type | Description |
---|---|
object |
Type Parameters
Name | Description |
---|---|
T |