Interface TransportOrderBase
Base for a transport order
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface TransportOrderBase
Properties
| Improve this Doc View SourceGuid
Gets or sets the Guid
Declaration
Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Shipments
Gets or sets a list of shipments
Declaration
IList<ShipmentBase> Shipments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ShipmentBase> |
StatusId
Gets or sets the status id
Declaration
Guid StatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |