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.
|
Method | Description | |
---|---|---|
DamageToString ( ICollection |
||
ListToString ( ICollection |
public Stop ( Job job ) : System | ||
job | Job | The API job from which to contruct this Stop |
return | System |
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 |