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
jobsList<Job>The Jobs to stitch.
existingSectionDefinitionsList<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 Skyline.DataMiner.Net.Jobs.JobDomains using existingJobDomains.
public void StitchJobs(List<Job> jobs, List<SectionDefinition> existingSectionDefinitions, List<JobDomain> existingJobDomains)
Parameters
jobsList<Job>existingSectionDefinitionsList<SectionDefinition>existingJobDomainsList<JobDomain>