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 SourceCallerFilePath
Gets or sets the path for the file the caller ist in.
Declaration
public string CallerFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CallerLine
Gets or sets the caller line.
Declaration
public int CallerLine { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CallerMethod
Gets or sets the name of the caller method.
Declaration
public string CallerMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Guid
Gets or sets the primary id.
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ShipmentId
Gets or sets the shipment id.
Declaration
public Guid ShipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StatusLogEntries
Gets or set the status log entries.
Declaration
public IList<ShipmentStatusStatusLogEntry> StatusLogEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ShipmentStatusStatusLogEntry> |