Table of Contents

FromJson Procedure

Table Function Setup

This method is used to import a function from a JSON object.

A new function will be created with the specified setup level.

Overloads

Name Description
FromJson(Enum "QWEEG Setup Level"; Guid; JsonObject) This method is used to import a function from a JSON object.
FromJson(JsonObject) This method is used to import a function from a JSON object.

FromJson(Enum "QWEEG Setup Level"; Guid; JsonObject) Procedure

This method is used to import a function from a JSON object.

A new function will be created with the specified setup level.

Signature

FromJson(NewLevel: Enum "QWEEG Setup Level"; NewLevelId: Guid; FunctionObject: JsonObject)

Parameters

NewLevel Enum "QWEEG Setup Level"

The setup level to use for the new function.

NewLevelId Guid

The SystemId of the related record if NewLevel is any of Group, Environment or Company. Otherwise this should be a null Guid.

FunctionObject JsonObject

The JSON object to convert.

FromJson(JsonObject) Procedure

This method is used to import a function from a JSON object.

A new function will be created with the common setup level.

Signature

FromJson(FunctionObject: JsonObject)

Parameters

FunctionObject JsonObject

The JSON object to convert.

Remarks

The function will be imported as a common function.

This documentation is generated from Eagle v27.6