Method StitchJobsHelper
StitchJobsHelper(List<Job>, List<SectionDefinition>)
[Obsolete("Please use StitchJobsHelper with JobDomains")]
public static void StitchJobsHelper(List<Job> jobs, List<SectionDefinition> existingSectionDefinitions)
Parameters
jobs
List<Job>existingSectionDefinitions
List<SectionDefinition>
StitchJobsHelper(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 static void StitchJobsHelper(List<Job> jobs, List<SectionDefinition> existingSectionDefinitions, List<JobDomain> existingJobDomains)