Table of Contents

Method FromJson

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

FromJson(string)

Deserializes the specified JSON string into a new instance of this class.

public static JobTemplate FromJson(string json)

Parameters

json string

The JSON string.

Returns

JobTemplate

The deserialized object.

Exceptions

ArgumentNullException

json is null.