Search Results for

    Show / Hide Table of Contents

    Class PostWebApiNode

    Web api post

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

    InPinAuthentication

    Gets or sets the authentication data pin

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

    InPinContent

    Gets or sets the content node

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

    InPinContentType

    Gets or sets the content type node

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

    InPinParameter

    Gets or sets the url node

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

    InPinUrl

    Gets or sets the url node

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

    Gets or sets the out node

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

    OutNodeFailed

    Gets or sets the failed out node

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

    OutPinResult

    Gets or sets result

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

    OutPinStatusCode

    Gets or sets the status code

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Create authentication object

    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