C# Class CarDeliveryNetwork.Api.Data.TmwV1.Stop

Class representing a TMW v1 Stop
Show file Open project: cardeliverynetwork/openapi.net

Public Methods

Method Description
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.

Private Methods

Method Description
DamageToString ( ICollection damage ) : string
ListToString ( ICollection list ) : string

Method Details

Stop() public method

Initializes a new instance of the Stop class.
public Stop ( ) : System
return System

Stop() public method

Initializes a new instance of the Stop class.
public Stop ( Job job ) : System
job Job The API job from which to contruct this Stop
return System

ToString() public method

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
return string