Class ShipmentStatusProcessingObject
Shipment status processing
Inheritance
System.Object
ShipmentStatusProcessingObject
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 ShipmentStatusProcessingObject
Properties
| Improve this Doc View SourceShipmentId
Gets or sets the shipment id
Declaration
public Guid ShipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StatusId
Gets or sets the old and new status id
Declaration
public Guid StatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |