LogicEngine.LoadModelJson Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > LogicEngine Class > LogicEngine Methods >

LogicEngine.LoadModelJson Method

Deserializes a JSON string into a LogicModel object and loads the model.

Namespace: BNCS.Logic.Engine
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public static bool LoadModelJson(
 string modelJson
)

Parameters

modelJson

Type: String
A JSON string representing the model to be loaded.

Return Value

A boolean value indicating whether the model was successfully loaded. Returns true if the model is loaded successfully; otherwise, false.

 

See Also


LogicEngine Class

BNCS.Logic.Engine Namespace