Class JsonToDictionaryNode
Serialize object to json
Inheritance
System.Object
JsonToDictionaryNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class JsonToDictionaryNode : ActionNode
Properties
| Improve this Doc View SourceFriendlyName
Gets the friendly name
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
InPinJson
Declaration
public DataPin InPinJson { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Name
Gets the internal name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OutNode
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutPinDictionary
Declaration
public DataPin OutPinDictionary { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Execute json conversion
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type | Name | Description |
---|---|---|
IFlowRuntimeService | runtime | Runtime instance |
DataPinScope | scope | Scope instnace |
Returns
Type | Description |
---|---|
System.Boolean | True if conversion was successfull |