Class ProcessDataPortDbDataNode
Inheritance
System.Object
ProcessDataPortDbDataNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class ProcessDataPortDbDataNode : ActionNode
Constructors
|
Improve this Doc
View Source
ProcessDataPortDbDataNode()
Declaration
public ProcessDataPortDbDataNode()
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InPinDataToProcess
Declaration
public DataPin InPinDataToProcess { get; set; }
Property Value
|
Improve this Doc
View Source
InPinDbConnectionName
Declaration
public DataPin InPinDbConnectionName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DataPin InPinTransformerName { 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
OutNodeFailed
Gets or sets the flow out pin for a failed item
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutNodeSuccess
Gets or sets the flow out pin for a successful processed item
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
Type |
Description |
ActionNode |
|
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 |
|