15-12-2022 ~ 2
This commit is contained in:
15
ECM.JobRunner.Common/Models/Profiles/ImportProfileStep.vb
Normal file
15
ECM.JobRunner.Common/Models/Profiles/ImportProfileStep.vb
Normal file
@@ -0,0 +1,15 @@
|
||||
Public Class ImportProfileStep
|
||||
Public Property Active As Boolean
|
||||
Public Property Id As Integer
|
||||
Public Property ProfileId As Integer
|
||||
Public Property IndexName As String
|
||||
|
||||
Public Property Scope As String
|
||||
Public Property Method As String
|
||||
|
||||
Public Property Argument1 As String
|
||||
Public Property Argument2 As String
|
||||
Public Property Argument3 As String
|
||||
End Class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user