Class representing a Fenkell05 delivery
Inheritance Hierarchy
CarDeliveryNetwork.Api.Data.FenkellDelivery
Namespace: CarDeliveryNetwork.Api.Data.Fenkell
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3008.0 (3.2.3008)
Syntax
The Delivery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Delivery |
Initializes a new instance of the Delivery class.
|
![]() | Delivery(Job, Boolean) |
Initializes a new instance of the Delivery class.
|
Properties
Name | Description | |
---|---|---|
![]() | Carrier |
Gets or sets the contracted carrier.
|
![]() | CarrierComment |
Gets or sets the Carrier comment
|
![]() | Comment |
Gets or sets the Dealer comment
|
![]() | DeliveryReceipt |
Gets or sets the delivery receipt.
|
![]() | InspectionType |
Gets or sets a value indicating the inspection type code
|
![]() | ReferenceId |
Gets or sets the Message reference id
|
![]() | Shipment |
Gets or sets the shipment.
|
![]() | SubjectToInspection |
Gets or sets a value indicating whether the delivery is Subject To Inspection by dealer
|
![]() | Vehicle |
Gets or sets the vehicle.
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Returns a serial representation of the object in JSON format.
(Overrides ObjectToString.) |
See Also