Search Results for

    Show / Hide Table of Contents

    Interface StatusShipment

    Interface for a shipment send for a status refresh.

    Inherited Members
    ShipmentBase.Id
    ShipmentBase.StatusId
    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface StatusShipment : ShipmentBase

    Properties

    | Improve this Doc View Source

    CarrierAddressId

    Gets or sets the carrier address id.

    Declaration
    Guid? CarrierAddressId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    IsDeleted

    Gets or sets whether the shipment is deleted.

    Declaration
    bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Items

    Gets or sets the shipment items.

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

    Tours

    Gets or sets the tours.

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

    TransportOrder

    Gets or sets the transport order.

    Declaration
    TransportOrderBase TransportOrder { get; set; }
    Property Value
    Type Description
    TransportOrderBase
    | Improve this Doc View Source

    TransportOrderId

    Gets or sets the transport order id.

    Declaration
    Guid? TransportOrderId { 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