Class RemoveInstanceDataConnectionNode
Node for to remove a connection between two instance data entries
Inheritance
System.Object
RemoveInstanceDataConnectionNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class RemoveInstanceDataConnectionNode : 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 |
OutNodeFailed
Gets or sets the flow out pin
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutNodeSuccess
Gets or sets the flow out pin
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Remove a connection from instance data entries
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 |