Class SetInstanceDataValueNode
Inheritance
System.Object
SetInstanceDataValueNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class SetInstanceDataValueNode : ActionNode
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InPinId
Declaration
public DataPin InPinId { get; set; }
Property Value
|
Improve this Doc
View Source
InPinInstanceDataId
Declaration
public DataPin InPinInstanceDataId { get; set; }
Property Value
|
Improve this Doc
View Source
InPinStackName
Declaration
public DataPin InPinStackName { get; set; }
Property Value
|
Improve this Doc
View Source
InPinValue
Declaration
public DataPin InPinValue { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutNode
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutPinId
Declaration
public DataPin OutPinId { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
|
DataPinScope |
scope |
|
Returns
Type |
Description |
System.Boolean |
|