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

Class representing a Fenkell05 delivery
Afficher le fichier Open project: cardeliverynetwork/openapi.net

Méthodes publiques

Méthode 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 méthode

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

Delivery() public méthode

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.
Résultat System.Collections.Generic

ToString() public méthode

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