Search Results for

    Show / Hide Table of Contents

    Class TourShipment

    Represents a shipment that is placed on a tour

    Inheritance
    System.Object
    TourShipment
    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.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public class TourShipment

    Properties

    | Improve this Doc View Source

    OrderNr

    Gets or sets the load order number

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

    ShipmentGuid

    Gets or sets the shipment guid

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

    TourGuid

    Gets or sets the tour guid

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

    Type

    Gets or sets the tour shipment type

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