Modules.Zooflow: Add Error Message to profile data
This commit is contained in:
parent
7b035bd3f7
commit
07171c6973
@ -12,12 +12,16 @@
|
|||||||
|
|
||||||
Public CountDocs As Integer = 0
|
Public CountDocs As Integer = 0
|
||||||
Public CountData As Integer = 0
|
Public CountData As Integer = 0
|
||||||
|
|
||||||
Public IsMatched As Boolean = False
|
Public IsMatched As Boolean = False
|
||||||
Public MatchedProcessID As Integer = 0
|
Public MatchedProcessID As Integer = 0
|
||||||
Public MatchedWindowID As Integer = 0
|
Public MatchedWindowID As Integer = 0
|
||||||
Public MatchedControlID As Integer = 0
|
Public MatchedControlID As Integer = 0
|
||||||
|
|
||||||
Public SelectCommand As String
|
Public SelectCommand As String
|
||||||
|
|
||||||
|
Public ErrorMessage As String = ""
|
||||||
|
|
||||||
Public Overrides Function Equals(obj As Object) As Boolean
|
Public Overrides Function Equals(obj As Object) As Boolean
|
||||||
Return Guid = DirectCast(obj, ProfileData).Guid
|
Return Guid = DirectCast(obj, ProfileData).Guid
|
||||||
End Function
|
End Function
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user