Search Results for

    Show / Hide Table of Contents

    Class ShipmentStatusLogEntry

    Inheritance
    System.Object
    ShipmentStatusLogEntry
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public class ShipmentStatusLogEntry

    Properties

    | Improve this Doc View Source

    CallerFilePath

    Gets or sets the path for the file the caller ist in.

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

    CallerLine

    Gets or sets the caller line.

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

    CallerMethod

    Gets or sets the name of the caller method.

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

    DateTime

    Gets or sets the datetime the entry is created and the status refresh called.

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

    Guid

    Gets or sets the primary id.

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

    ShipmentId

    Gets or sets the shipment id.

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

    StatusLogEntries

    Gets or set the status log entries.

    Declaration
    public IList<ShipmentStatusStatusLogEntry> StatusLogEntries { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ShipmentStatusStatusLogEntry>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx