C# 클래스 CarDeliveryNetwork.Api.Data.Fenkell.Delivery

Class representing a Fenkell05 delivery
파일 보기 프로젝트 열기: cardeliverynetwork/openapi.net

공개 메소드들

메소드 설명
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