Search Results for

    Show / Hide Table of Contents

    Interface ShipmentBase

    Interface for a base shipment

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

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the unique id

    Declaration
    Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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