Class ReadAllTextNode
Read all text 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 ReadAllTextNode : ActionNode
Properties
| Improve this Doc View SourceFriendlyName
Gets or sets the friendly name
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceInPinFilePath
Gets or sets the in pin file path
Declaration
public DataPin InPinFilePath { 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 SourceOutNode
Gets or sets the flow out node (success)
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutNodeFailed
Gets or sets the flow out node failed
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutPinText
Gets or sets the out pin text
Declaration
public DataPin OutPinText { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Execute read all text
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 if successfull |