Table of Contents

Method AsJsonSerializableDictionary

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

AsJsonSerializableDictionary()

Returns this job as a JSON serializable dictionary.

public JSONSerializableDictionary AsJsonSerializableDictionary()

Returns

JSONSerializableDictionary

The JSON serializable dictionary representation of this job.

Remarks

Converts all the fields to a JSONSerializableDictionary. These are mapped as follows: FieldDescriptor GUID -> List of value objects. In case there are multiple FieldValues for the same FieldDescriptor, these are merged as a list value.