Class ProcessTableMonitorPKNode
Table monitor processing
Inheritance
System.Object
ProcessTableMonitorPKNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class ProcessTableMonitorPKNode : 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 |
InPinConnectionName
Gets or sets the connection string
Declaration
public DataPin InPinConnectionName { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinGroupColumns
Gets or sets the columns to group on
Declaration
public DataPin InPinGroupColumns { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinPrimaryKeyColumns
Gets or sets the pk column name
Declaration
public DataPin InPinPrimaryKeyColumns { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
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 |
OutNodeCompleted
Gets or sets the completed out flow
Declaration
public ActionNode OutNodeCompleted { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutNodeRowRemoved
Gets or sets the remove row out flow
Declaration
public ActionNode OutNodeRowRemoved { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutNodeUpsertedRow
Gets or sets the upserted row out flow
Declaration
public ActionNode OutNodeUpsertedRow { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutPinPrimaryKey
Gets or sets the primary key value
Declaration
public DataPin OutPinPrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Execute copy process
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 |