Search Results for

    Show / Hide Table of Contents

    BarcodeValidationResult

    Represents the result of a barcode validation process

    Import and usage of the module

    Calling any static methods

    Using simple import simplic statement

    import simplic
    
    # usage
    simplic.BarcodeValidationResult.METHOD(...)
    

    Using simple from simplic import ... statement

    from simplic import BarcodeValidationResult
    
    # usage
    BarcodeValidationResult.METHOD(...)
    

    Properties

    barcode

    Contains the valid barcode

    client_id

    ID of the client

    client_number

    Number (not unique!) of the client

    client_name

    Name (not unique!) of the client

    Methods

    #ctor

    Crate barcode validation rule

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