MS FlowSearch

This commit is contained in:
2021-01-20 16:55:50 +01:00
parent 0a77e55b7d
commit 0bd0d0d40c
7 changed files with 246 additions and 574 deletions

View File

@@ -1,6 +1,6 @@
Namespace Search
Public Class State
Public Property StringAttributeId As Long = -1
Public Property IntegerAttributeId As Long = -1
Public Property SelectInStringAttributeIds As String = ""
Public Property SelectInIntegerAttributeIds As String = ""
End Class
End Namespace