Search Results for

    Show / Hide Table of Contents

    Class DictionaryRemoveKeyNode

    Table monitor processing

    Inheritance
    System.Object
    DictionaryRemoveKeyNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class DictionaryRemoveKeyNode : 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

    InPinDictionary

    Gets or sets the primary key

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

    InPinKeys

    Gets or sets the primary key

    Declaration
    public DataPin InPinKeys { 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

    OutNode

    Gets or sets the new row out flow

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

    OutPinDictionary

    Gets or sets the primary key

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

    Methods

    | Improve this Doc View Source

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

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