| Overload | Description | 
|---|---|
| GetTarget(DAClientMapper,Object,String,Boolean) | Executes the "Get" operation on members of given target object, filtering with mapping tag. | 
| GetTarget(DAClientMapper,Object,Predicate<IEnumerable<String>>,Boolean) | Executes the "Get" operation on members of given target object, filtering by specified predicate. | 
| GetTarget(DAClientMapper,Object,Boolean) | Executes the "Get" operation on all members of given target object. |