EDMIService: Turn Postprocessing Steps into list
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
Namespace Methods.GlobalIndexer
|
||||
Public Class PostProcessingStep
|
||||
Public Id As Integer
|
||||
Public IndexId As Integer
|
||||
Public [Variant] As String
|
||||
|
||||
Public Type As String
|
||||
Public Function1 As String
|
||||
Public Function2 As String
|
||||
Public Text1 As String
|
||||
Public Text2 As String
|
||||
Public Text3 As String
|
||||
|
||||
Public Sequence As Integer
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Reference in New Issue
Block a user