C# Class CarDeliveryNetwork.Api.Data.Fenkell.Delivery

Class representing a Fenkell05 delivery
Mostrar archivo Open project: cardeliverynetwork/openapi.net

Public Methods

Method Description
Delivery ( ) : System.Collections.Generic

Initializes a new instance of the Delivery class.

Delivery ( Job job, bool isPickup ) : System.Collections.Generic

Initializes a new instance of the Delivery class.

ToString ( ) : string

Returns a serial representation of the object in JSON format.

Method Details

Delivery() public method

Initializes a new instance of the Delivery class.
public Delivery ( ) : System.Collections.Generic
return System.Collections.Generic

Delivery() public method

Initializes a new instance of the Delivery class.
public Delivery ( Job job, bool isPickup ) : System.Collections.Generic
job Job The API job from which to contruct this Delivery
isPickup bool When true, indicates that this Fenkell delivery object /// is actually a Fenkell pickup object.
return System.Collections.Generic

ToString() public method

Returns a serial representation of the object in JSON format.
public ToString ( ) : string
return string