Class TourShipment
Represents a shipment that is placed on a tour
Inheritance
System.Object
TourShipment
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 TourShipment
Properties
| Improve this Doc View SourceOrderNr
Gets or sets the load order number
Declaration
public int OrderNr { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShipmentGuid
Gets or sets the shipment guid
Declaration
public Guid ShipmentGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TourGuid
Gets or sets the tour guid
Declaration
public Guid TourGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Type
Gets or sets the tour shipment type
Declaration
public TourShipmentType Type { get; set; }
Property Value
Type | Description |
---|---|
TourShipmentType |