Class ToStringNode
Clear pin node
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Flow.Node
Assembly: Simplic.Flow.Node.dll
Syntax
public class ToStringNode : ActionNode
Properties
| Improve this Doc View SourceFailedOutNode
Gets or sets the flow out node
Declaration
public ActionNode FailedOutNode { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
FriendlyName
Gets or sets the friendly name
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceInPinFormat
Gets or sets the format node
Declaration
public DataPin InPinFormat { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinObject
Gets or sets the pin node
Declaration
public DataPin InPinObject { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Name
Gets or sets the name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceOutPinString
Gets or sets the pin node
Declaration
public DataPin OutPinString { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
SuccessOutNode
Gets or sets the flow out node
Declaration
public ActionNode SuccessOutNode { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Clear pin value
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 |