Imports System.ComponentModel.DataAnnotations Public Class JobDefinition Public Id As Integer = -1 Public TypeId As Integer Public Type As JobType Public Name As String Public CronSchedule As String Public Active As Boolean End Class