Table of Contents

Method StitchJobs

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

StitchJobs(List<Job>)

Stitches the Jobs to its SectionDefinition and FieldDescriptor by retrieving those from the server.

public void StitchJobs(List<Job> jobs)

Parameters

jobs List<Job>

The Jobs to stitch.

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)

Parameters

jobs List<Job>
existingSectionDefinitions List<SectionDefinition>
existingJobDomains List<JobDomain>