Class PythonNode
Inheritance
System.Object
PythonNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class PythonNode : 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
InPinCacheScript
Declaration
public DataPin InPinCacheScript { get; set; }
Property Value
|
Improve this Doc
View Source
InPinData01
Declaration
public DataPin InPinData01 { get; set; }
Property Value
|
Improve this Doc
View Source
InPinData02
Declaration
public DataPin InPinData02 { get; set; }
Property Value
|
Improve this Doc
View Source
InPinData03
Declaration
public DataPin InPinData03 { get; set; }
Property Value
|
Improve this Doc
View Source
InPinData04
Declaration
public DataPin InPinData04 { get; set; }
Property Value
|
Improve this Doc
View Source
InPinData05
Declaration
public DataPin InPinData05 { get; set; }
Property Value
|
Improve this Doc
View Source
InPinData06
Declaration
public DataPin InPinData06 { get; set; }
Property Value
|
Improve this Doc
View Source
InPinIsolateScopeScript
Declaration
public DataPin InPinIsolateScopeScript { get; set; }
Property Value
|
Improve this Doc
View Source
InPinScriptClass
Declaration
public DataPin InPinScriptClass { get; set; }
Property Value
|
Improve this Doc
View Source
InPinScriptPath
Declaration
public DataPin InPinScriptPath { 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
OutNodeFailed
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutPinData01
Declaration
public DataPin OutPinData01 { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinData02
Declaration
public DataPin OutPinData02 { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinData03
Declaration
public DataPin OutPinData03 { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinData04
Declaration
public DataPin OutPinData04 { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinData05
Declaration
public DataPin OutPinData05 { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinData06
Declaration
public DataPin OutPinData06 { 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 |
|