C# Класс CarDeliveryNetwork.Api.Data.Fenkell.Delivery

Class representing a Fenkell05 delivery
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Delivery() публичный Метод

Initializes a new instance of the Delivery class.
public Delivery ( ) : System.Collections.Generic
Результат System.Collections.Generic

Delivery() публичный Метод

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.
Результат System.Collections.Generic

ToString() публичный Метод

Returns a serial representation of the object in JSON format.
public ToString ( ) : string
Результат string