Gets a list of all objects with the specified parameters.
Declaration Syntax
public IEnumerable<IDataModelObject> Find(string name, Func<IDataModelObject, bool> func, string tag, ObjectState state)
Parameters
- name(string)
 The object's name.
- func(Func<IDataModelObject, bool>)
 The object's function.
- tag(string)
 The object's tag.
- state(ObjectState)
 The object's state.