Search Results for

    Show / Hide Table of Contents

    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 Source

    FriendlyName

    Gets or sets the node name

    Declaration
    public override string FriendlyName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InPinConnectionName

    Gets or sets the connection string

    Declaration
    public DataPin InPinConnectionName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinGroupColumns

    Gets or sets the columns to group on

    Declaration
    public DataPin InPinGroupColumns { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinPrimaryKeyColumns

    Gets or sets the pk column name

    Declaration
    public DataPin InPinPrimaryKeyColumns { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinTableName

    Gets or sets the source table name

    Declaration
    public DataPin InPinTableName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    Name

    Gets or sets the node name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OutNodeCompleted

    Gets or sets the completed out flow

    Declaration
    public ActionNode OutNodeCompleted { get; set; }
    Property Value
    Type Description
    ActionNode
    | Improve this Doc View Source

    OutNodeRowRemoved

    Gets or sets the remove row out flow

    Declaration
    public ActionNode OutNodeRowRemoved { get; set; }
    Property Value
    Type Description
    ActionNode
    | Improve this Doc View Source

    OutNodeUpsertedRow

    Gets or sets the upserted row out flow

    Declaration
    public ActionNode OutNodeUpsertedRow { get; set; }
    Property Value
    Type Description
    ActionNode
    | Improve this Doc View Source

    OutPinPrimaryKey

    Gets or sets the primary key value

    Declaration
    public DataPin OutPinPrimaryKey { get; set; }
    Property Value
    Type Description
    DataPin

    Methods

    | Improve this Doc View Source

    Execute(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx