Class TrackInfo.HistoryItem
Tracking history item. Contains information about history tracking locations, tracking status etc.
Inheritance
System.Object
TrackInfo.HistoryItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Web.Shipping
Assembly: NFX.Web.dll
Syntax
public class HistoryItem
Properties
CurrentLocation
Declaration
public Address CurrentLocation { get; set; }
Property Value
Type | Description |
---|---|
Address |
Date
Declaration
public DateTime? Date { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Details
Declaration
public string Details { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public TrackStatus Status { get; set; }
Property Value
Type | Description |
---|---|
TrackStatus |