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 SourceDateTime
Gets or sets the datetime of the execution.
Declaration
public DateTime DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Guid
Gets or sets the guid.
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LogEntryId
Gets or sets the id of the parent log entry.
Declaration
public Guid LogEntryId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LogText
Gets or sets the message.
Declaration
public string LogText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShipmentId
Gets or sets the shipment id.
Declaration
public Guid ShipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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 |
StatusSet
Gets or sets whether the status is set.
Declaration
public bool StatusSet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |