Search Results for

    Show / Hide Table of Contents

    Class ValidateBarcodeNode

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

    Properties

    | Improve this Doc View Source

    FriendlyName

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

    InPinBarcodePages

    Gets or sets the in pin the pages that contains barcodes.

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

    InPinBlob

    Gets or sets the in pin blob as a byte array.

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

    InPinSources

    Gets or sets the in pin sources of the barcode.

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

    Name

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

    OutNodeBarcodeExisting

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

    OutNodeBarcodeNotExisting

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

    OutNodeBarcodeNotExistingForFirstPage

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

    OutNodeFailed

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

    OutNodeSuccess

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

    OutPinBarcodePages

    Gets or sets the in pin the pages that contains barcodes.

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

    OutPinPageList

    Gets or sets the pages that contains valid barcodes.

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

    OutPinPagesWithoutBarcode

    Gets or sets the in pin the pages that contains no barcodes.

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

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Declaration
    public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime
    DataPinScope scope
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx