Search Results for

    Show / Hide Table of Contents

    Interface TransportOrderBase

    Base for a transport order

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

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the Guid

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

    Shipments

    Gets or sets a list of shipments

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

    StatusId

    Gets or sets the status id

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