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
선언
public static object GetParentObject(string path, object obj)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | path | The name of the field, which may contain '.' separators |
object | obj | the owner of the compound field |
반환
타입 | 설명 |
---|---|
object |