Class TableContentToDictionaryNode
Table monitor processing
Inheritance
System.Object
TableContentToDictionaryNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class TableContentToDictionaryNode : ActionNode
Properties
| Improve this Doc View SourceFriendlyName
Gets or sets the node name
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
InPinTableName
Gets or sets the source table name
Declaration
public DataPin InPinTableName { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Name
Gets or sets the node name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OutNode
Gets or sets the new row out flow
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutPinRows
Gets or sets the primary key
Declaration
public DataPin OutPinRows { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Execute table content to dictionary node
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 |