Method StitchJobsHelper
StitchJobsHelper(List<Job>, List<SectionDefinition>)
[Obsolete("Please use StitchJobsHelper with JobDomains")]
public static void StitchJobsHelper(List<Job> jobs, List<SectionDefinition> existingSectionDefinitions)
Parameters
jobsList<Job>existingSectionDefinitionsList<SectionDefinition>
StitchJobsHelper(List<Job>, List<SectionDefinition>, List<JobDomain>)
Stitches the Jobs to its SectionDefinition and FieldDescriptor by
using the provided existingSectionDefinitions.
Also assigns the Skyline.DataMiner.Net.Jobs.JobDomains using existingJobDomains.
public static void StitchJobsHelper(List<Job> jobs, List<SectionDefinition> existingSectionDefinitions, List<JobDomain> existingJobDomains)
Parameters
jobsList<Job>The Jobs that need to be stitched
existingSectionDefinitionsList<SectionDefinition>A list of SectionDefinitions that will be used for stitching the Sections
existingJobDomainsList<JobDomain>A list of JobDomains that will be used to assign the JobDomains