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

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

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

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

Initializes a new instance of the DeiverLogin class.

DeiverLogin ( User driver, Device device ) : System

Initializes a new instance of the DeiverLogin class.

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

Returns a serial representation of the object.

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

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

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

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

Initializes a new instance of the DeiverLogin class.
public DeiverLogin ( User driver, Device device ) : System
driver User The user from which to contruct this DeiverLogin
device Device The device from which to contruct this DeiverLogin
Результат System

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

Returns a serial representation of the object.
public ToString ( WebHookEvent forEvent, System.DateTime timeStamp, string messageGuid ) : 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
Результат string