Search Results for

    Show / Hide Table of Contents

    Class ToJsonNode

    Serialize object to json

    Inheritance
    System.Object
    ToJsonNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class ToJsonNode : ActionNode

    Properties

    | Improve this Doc View Source

    FriendlyName

    Gets the friendly name

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

    InPinObject

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

    Name

    Gets the internal name

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

    OutNode

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

    OutPinJson

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Execute json conversion

    Declaration
    public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime

    Runtime instance

    DataPinScope scope

    Scope instnace

    Returns
    Type Description
    System.Boolean

    True if conversion was successfull

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