Search Results for

    Show / Hide Table of Contents

    Interface ShipmentStatusRefreshCommand

    Interface for a command to request the refresh of a shipment status.

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

    Properties

    | Improve this Doc View Source

    CallerFilePath

    Gets or sets the file path of the caller method.

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

    CallerLine

    Gets or sets the line of the caller method.

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

    CallerMethod

    Gets or sets the method that called the refresh.

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

    Shipment

    Gets or sets the shipment.

    Declaration
    StatusShipment Shipment { get; set; }
    Property Value
    Type Description
    StatusShipment
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx