Search Results for

    Show / Hide Table of Contents

    Class BarcodeValidationResult

    Represents the result of a barcode validation process

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

    Properties

    | Improve this Doc View Source

    Barcode

    Contains the valid barcode

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

    ClientId

    ID of the client

    Declaration
    public int? ClientId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ClientName

    Name (not unique!) of the client

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

    ClientNumber

    Number (not unique!) of the client

    Declaration
    public int ClientNumber { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ValidationSource

    Validation source

    Declaration
    public Guid ValidationSource { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx