Table of Contents

Method StitchJobsHelper

Namespace
Skyline.DataMiner.Net.Jobs
Assembly
SLNetTypes.dll

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)

Parameters

jobs List<Job>

The Jobs that need to be stitched

existingSectionDefinitions List<SectionDefinition>

A list of SectionDefinitions that will be used for stitching the Sections

existingJobDomains List<JobDomain>

A list of JobDomains that will be used to assign the JobDomains