|
<< 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)
public static bool LoadModelJson(
string modelJson
)
modelJson
Type: String
A JSON string representing the model to be loaded.
A boolean value indicating whether the model was successfully loaded. Returns true if the model is loaded successfully; otherwise, false.