Search Results for

    Show / Hide Table of Contents

    Class Barcode

    Repräsentiert einen Barcode

    Inheritance
    System.Object
    Barcode
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DocumentProcessing.Barcode
    Assembly: Simplic.Framework.DocumentProcessing.dll
    Syntax
    public class Barcode

    Constructors

    | Improve this Doc View Source

    Barcode(String)

    Declaration
    public Barcode(string barcodeStr)
    Parameters
    Type Name Description
    System.String barcodeStr

    Properties

    | Improve this Doc View Source

    BarcodeStr

    enthält den Barcode

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

    BarcodeType

    Der erkannte Barcodetyp

    Declaration
    public Barcode1DReaderType BarcodeType { get; }
    Property Value
    Type Description
    Barcode1DReaderType
    | Improve this Doc View Source

    Valid

    Kennzeichnet einen erkannten Barcode als valide

    Declaration
    public bool Valid { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    GetValidBarcodes(List<Barcode>)

    Gibt eine neue Liste mit den validen Barcodes zurück

    Declaration
    public static List<Barcode> GetValidBarcodes(List<Barcode> barcodes)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Barcode> barcodes
    Returns
    Type Description
    System.Collections.Generic.List<Barcode>
    | Improve this Doc View Source

    IncludesValidBarcode(List<Barcode>)

    Prüft eine Liste von Barcodes auf valide Barcodes

    Declaration
    public static bool IncludesValidBarcode(List<Barcode> barcodes)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Barcode> barcodes
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx