Add centralised methods for queries
Open
type:feature
- Dominant language
- C#
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
#### Description:
Matching some of the work done in Revit_Toolkit and now porting across to the BHoM/engine. Would be good then to tie this together with general data queries, so there is one query syntax across the framework represented in the UI. Queries should be able to be aggregated with logical AND/OR statements (like Revit_TK).
Just one example below. Also then querying numerical values greater than/less than (and concatenating for between).
https://github.com/BHoM/BHoM_Engine/blob/master/Data_Engine/Query/Linq/FilterBy.cs
`FilterBy(string PropertyName, string PropertyValue, bool MatchCase, bool ExactMatch)`
Contributor guide
Assessment
This issue has not been assessed yet.