Table of Contents

Method Stitch

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

Stitch(Func<FieldDescriptorID, FieldDescriptor>)

Stitches the FieldValue to the corresponding FieldDescriptor.

public void Stitch(Func<FieldDescriptorID, FieldDescriptor> fieldDescriptorProvider)

Parameters

fieldDescriptorProvider Func<FieldDescriptorID, FieldDescriptor>

The corresponding field description provider.