Search Results for

    Show / Hide Table of Contents

    Interface ShipmentRemovedFromTour

    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface ShipmentRemovedFromTour

    Properties

    | Improve this Doc View Source

    OrderNr

    Gets or sets the load order number

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

    ShipmentGuid

    Gets or sets the shipment guid

    Declaration
    Guid ShipmentGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    TourGuid

    Gets or sets the tour guid

    Declaration
    Guid TourGuid { 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