Class TransportOrderStatusProcessingObject
Shipment status processing
Inheritance
System.Object
TransportOrderStatusProcessingObject
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 TransportOrderStatusProcessingObject
Properties
| Improve this Doc View SourceStatusId
Gets or sets the old and new status id
Declaration
public Guid? StatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TransportOrderId
Gets or sets the transport order id
Declaration
public Guid TransportOrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |