Common: Rename IsLegacy to OperationMode, Change default Default columns, dont require fullpath for appserver mode

This commit is contained in:
Jonathan Jenne
2021-01-07 12:10:02 +01:00
parent 0b95b76f80
commit 7034ab8d10
5 changed files with 54 additions and 42 deletions

View File

@@ -1,4 +1,11 @@
Public Interface IResultForm
Enum Mode
WithAppServer
NoAppServer
End Enum
Property OperationMode As Mode
Property ShouldReturnToPreviousForm As Boolean
Function RefreshResults(pResults As IEnumerable(Of BaseResult)) As Boolean
End Interface