Search Results for

    Show / Hide Table of Contents

    Interface TourBase

    Interface for a base tour

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

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the id

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

    Shipments

    Gets or sets the shipments in the tour

    Declaration
    IList<ShipmentBase> Shipments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ShipmentBase>
    | Improve this Doc View Source

    TourPreplanningId

    Gets or sets the tour pre-planning id

    Declaration
    Guid? TourPreplanningId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx