A Car Delivery Network JobHistoryItem entity.
Inheritance Hierarchy
CarDeliveryNetwork.Api.DataJobStatusHistoryItem
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3062.0 (3.2.3062)
Syntax
C#
public class JobStatusHistoryItem
The JobStatusHistoryItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | JobStatusHistoryItem |
Initializes a new instance of the JobStatusHistoryItem class
|
Properties
Name | Description | |
---|---|---|
![]() | Changed |
Changed
|
![]() | Notes |
Notes
|
![]() | PositionAtStatus |
Gets or sets the position at status.
|
![]() | Status |
Status
|
![]() | StatusFriendly |
Status
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Returns a serial representation of the object in JSON format.
(Overrides ObjectToString.) |
![]() | ToString(MessageFormat) |
Returns a serial representation of the object in the specified format.
|
See Also