Method StitchJobs
StitchJobs(List<Job>)
Stitches the Jobs to its SectionDefinition and FieldDescriptor by retrieving those from the server.
public void StitchJobs(List<Job> jobs)
Parameters
StitchJobs(List<Job>, List<SectionDefinition>)
Stitches the Jobs to its SectionDefinition and FieldDescriptor by using the specified existingSectionDefinitions
.
[Obsolete("Please use StitchJobs with JobDomains")]
public void StitchJobs(List<Job> jobs, List<SectionDefinition> existingSectionDefinitions)
Parameters
jobs
List<Job>The Jobs to stitch.
existingSectionDefinitions
List<SectionDefinition>The existing section definitions.
StitchJobs(List<Job>, List<SectionDefinition>, List<JobDomain>)
Stitches the Jobs to its SectionDefinition and FieldDescriptor by
using the provided existingSectionDefinitions
.
Also assigns the JobDomains using existingJobDomains
.
public void StitchJobs(List<Job> jobs, List<SectionDefinition> existingSectionDefinitions, List<JobDomain> existingJobDomains)