Search Results for

    Show / Hide Table of Contents

    Interface IRegistrationPlateRepository

    Represents the interface of the vehicle licence plate repository.

    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public interface IRegistrationPlateRepository

    Methods

    | Improve this Doc View Source

    CheckPlate(RegistrationPlate)

    Checks if a registration plate with a given identifier already exists in the database.

    Declaration
    bool CheckPlate(RegistrationPlate obj)
    Parameters
    Type Name Description
    RegistrationPlate obj
    Returns
    Type Description
    System.Boolean

    True if the plate is correct, false otherwise.

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