Projektdateien hinzufügen.
This commit is contained in:
8
ECM.JobRunner.Common/JobConfig/JobDefinition.vb
Normal file
8
ECM.JobRunner.Common/JobConfig/JobDefinition.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
Public Class JobDefinition
|
||||
Public Id As Integer
|
||||
Public TypeId As Integer
|
||||
Public Type As JobType
|
||||
Public Name As String
|
||||
Public CronSchedule As String
|
||||
Public Active As Boolean
|
||||
End Class
|
||||
5
ECM.JobRunner.Common/JobConfig/JobType.vb
Normal file
5
ECM.JobRunner.Common/JobConfig/JobType.vb
Normal file
@@ -0,0 +1,5 @@
|
||||
Public Class JobType
|
||||
Public Id As Integer
|
||||
Public Name As String
|
||||
Public Active As Boolean
|
||||
End Class
|
||||
Reference in New Issue
Block a user