Click or drag to resize

JobStatusHistoryItem Class

Car Delivery Network
A Car Delivery Network JobHistoryItem entity.
Inheritance Hierarchy
SystemObject
  CarDeliveryNetwork.Api.DataJobStatusHistoryItem

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public class JobStatusHistoryItem

The JobStatusHistoryItem type exposes the following members.

Constructors
 NameDescription
Public methodJobStatusHistoryItem Initializes a new instance of the JobStatusHistoryItem class
Top
Properties
 NameDescription
Public propertyChanged Changed
Public propertyNotes Notes
Public propertyPositionAtStatus Gets or sets the position at status.
Public propertyStatus Status
Public propertyStatusFriendly Status
Top
Methods
 NameDescription
Public methodToString Returns a serial representation of the object in JSON format.
(Overrides ObjectToString)
Public methodToString(MessageFormat) Returns a serial representation of the object in the specified format.
Top
See Also