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