Search Results for

    Show / Hide Table of Contents

    Class ShipmentStatusStatusLogEntry

    Represents the log entry for a single shipment status resolving with information why a status is set or not.

    Inheritance
    System.Object
    ShipmentStatusStatusLogEntry
    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 ShipmentStatusStatusLogEntry

    Properties

    | Improve this Doc View Source

    DateTime

    Gets or sets the datetime of the execution.

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

    Guid

    Gets or sets the guid.

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

    LogEntryId

    Gets or sets the id of the parent log entry.

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

    LogText

    Gets or sets the message.

    Declaration
    public string LogText { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    StatusId

    Gest or sets the id of the status that will be checked.

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

    StatusSet

    Gets or sets whether the status is set.

    Declaration
    public bool StatusSet { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx