Search Results for

    Show / Hide Table of Contents

    Class TourShipmentAssignment

    Represents the assignment between Shipment and Tour. The reason is that they have a many to many connection

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

    Properties

    | Improve this Doc View Source

    OrderId

    Gets or sets the order id

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

    ShipmentId

    Gets or sets the shipment id

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

    TourId

    Gets or sets the tour id

    Declaration
    public Guid TourId { 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