C# Класс CarDeliveryNetwork.Api.Data.TmwV1.Stop

Class representing a TMW v1 Stop
Показать файл Открыть проект

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

Метод Описание
Stop ( ) : System

Initializes a new instance of the Stop class.

Stop ( Job job ) : System

Initializes a new instance of the Stop class.

ToString ( WebHookEvent forEvent, System.DateTime timeStamp, string messageGuid, System.DateTime deviceTime = null ) : string

Returns a serial representation of the object.

Приватные методы

Метод Описание
DamageToString ( ICollection damage ) : string
ListToString ( ICollection list ) : string

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

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

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

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

Initializes a new instance of the Stop class.
public Stop ( Job job ) : System
job Job The API job from which to contruct this Stop
Результат System

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

Returns a serial representation of the object.
public ToString ( WebHookEvent forEvent, System.DateTime timeStamp, string messageGuid, System.DateTime deviceTime = null ) : string
forEvent WebHookEvent The event for which to serialise this job
timeStamp System.DateTime Time in UTC that this message was created
messageGuid string A unique identifier for this message
deviceTime System.DateTime Time in UTC that the associaed message was created on the device
Результат string