Changes for issue #103

This commit is contained in:
MikeMaximus
2017-11-21 13:49:27 -06:00
parent ad4c666051
commit d610b2507e
7 changed files with 401 additions and 144 deletions
+10
View File
@@ -2,6 +2,7 @@
Private sID As String
Private oField As clsGameFilterField
Private bNot As Boolean
Private oData As Object
Private eNumericOperator As eNumericOperators = eNumericOperators.Equals
@@ -31,6 +32,15 @@
End Set
End Property
Public Property NotCondition As Boolean
Get
Return bNot
End Get
Set(value As Boolean)
bNot = value
End Set
End Property
Public Property Data As Object
Get
Return oData