Search Results for

    Show / Hide Table of Contents

    Class BarcodeValidation

    Class to validate barcode in different databases

    Inheritance
    System.Object
    BarcodeValidation
    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 static class BarcodeValidation

    Methods

    | Improve this Doc View Source

    ClearCache()

    Clear all cached validation rules

    Declaration
    public static void ClearCache()
    | Improve this Doc View Source

    Validate(IList<String>, String)

    Validates the barcode with a list of sources that is used for the validation

    Declaration
    public static BarcodeValidationResult Validate(IList<string> sources, string barcode)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.String> sources

    List of source configurations for barcode validation

    System.String barcode
    Returns
    Type Description
    BarcodeValidationResult
    | Improve this Doc View Source

    Validate(String)

    Validate a barcode in different clients

    Declaration
    public static BarcodeValidationResult Validate(string barcode)
    Parameters
    Type Name Description
    System.String barcode

    Barcode as string

    Returns
    Type Description
    BarcodeValidationResult

    Barcode instance if validating was successfull

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