Class JobDefinitionContract
Represents an job definition
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class JobDefinitionContract : Object
Name | Description |
---|---|
JobDefinitionContract() |
Fields
Name | Description |
---|---|
Active | Define if the job definition active |
Description | The description of job definition |
Hidden | Define if the job definition hidden |
Id | The id of job definition |
Name | The name of job definition |
SchedulerItems | List of job schedulers |
Steps | List of step definitions |
SystemJob | Define if the job definition system job |