ZooFlow: Update ZooFlow Search

This commit is contained in:
Jonathan Jenne
2021-11-17 14:41:59 +01:00
parent 5d7398101c
commit eeb1930f29
8 changed files with 266 additions and 683 deletions

View File

@@ -0,0 +1,8 @@
Public Class SearchCriteria
Public Property ParenLeft As String = ""
Public Property Key As String
Public Property Op As SearchToken.OperatorToken = SearchToken.OperatorToken.Equals
Public Property Value As Object
Public Property ParentRight As String = ""
End Class