Class ProcessTableMonitorNode
Table monitor processing
Inheritance
System.Object
ProcessTableMonitorNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class ProcessTableMonitorNode : 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 |
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 |
OutNodeNewRow
Gets or sets the new row out flow
Declaration
public ActionNode OutNodeNewRow { 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 |
OutNodeRowUpdated
Gets or sets the update row out flow
Declaration
public ActionNode OutNodeRowUpdated { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutPinAddedRows
Gets or sets the primary key
Declaration
public DataPin OutPinAddedRows { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinDeletedRows
Gets or sets the primary key
Declaration
public DataPin OutPinDeletedRows { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinRow
Gets or sets the primary key
Declaration
public DataPin OutPinRow { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinUpdatedRows
Gets or sets the primary key
Declaration
public DataPin OutPinUpdatedRows { 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 |