Property Jobs
Jobs
Gets the Jobs.
public JobCrudHelperComponent Jobs { get; }
Property Value
- JobCrudHelperComponent
The Jobs.
Remarks
Make sure to adhere to the following restrictions:
- Create, Update: Every job must have exactly one DefaultJobSectionDefinition.
- Create, Update: All the SectionDefinitions used in the Job must exist.
- Create, Update: Every FieldValue must have a value type that matches with the value type of the corresponding FieldDescriptor.
- Create, Update: Every FieldDescriptor must have a FieldValue in the Job, unless the FieldDescriptor has IsOptional set to
true
. - Create, Update: If there are FieldValues missing for any AutoIncrementFieldDescriptor, then the next ID is retrieved using the AutoIncrementer API and the field value is added to the job.