Skip to content

Add centralised methods for queries #111

@rwemay

Description

@rwemay

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)

Metadata

Metadata

Labels

type:featureNew capability or enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions