Method GetParentObject
GetParentObject(string, object)
Get the object owner of a field. This method processes the '.' separator to get from the object that owns the compound field to the object that owns the leaf field
Declaration
public static object GetParentObject(string path, object obj)
Parameters
Type | Name | Description |
---|---|---|
string | path | The name of the field, which may contain '.' separators |
object | obj | the owner of the compound field |
Returns
Type | Description |
---|---|
object |