Search Results for

    Show / Hide Table of Contents

    Class OnDocumentScannedNode

    Document scanned event node

    Inheritance
    System.Object
    OnDocumentScannedNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class OnDocumentScannedNode : EventNode

    Properties

    | Improve this Doc View Source

    EventName

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

    FriendlyName

    Gets the friendly name of

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

    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

    OutPinBarcode

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

    OutPinBlobId

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

    OutPinFileExtension

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

    OutPinTenantId

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

    OutPinUserId

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Execute 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 the node was successfull

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