Class ConnectInstanceDataNode
Node for connecting two instance data entries
Inheritance
System.Object
ConnectInstanceDataNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class ConnectInstanceDataNode : ActionNode
Properties
| Improve this Doc View SourceFriendlyName
Gets the node friendly name
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
InPinSourceDataId
Gets our sets the source data id
Declaration
public DataPin InPinSourceDataId { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinSourceStackName
Gets our sets the source stack name
Declaration
public DataPin InPinSourceStackName { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinTargetDataId
Gets our sets the target data id
Declaration
public DataPin InPinTargetDataId { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinTargetStackName
Gets our sets the target stack name
Declaration
public DataPin InPinTargetStackName { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Name
Gets the node name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OutNode
Gets or sets the flow out pin
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Connect two instance data
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type | Name | Description |
---|---|---|
IFlowRuntimeService | runtime | Runtime instance |
DataPinScope | scope | Scope instance |
Returns
Type | Description |
---|---|
System.Boolean | True connecting was successfull |