Class TrackInfo
Tracking data for shipping.
Contains information about history tracking locations, tracking status etc.
Inheritance
System.Object
TrackInfo
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()
Assembly: NFX.Web.dll
Syntax
Constructors
TrackInfo()
Declaration
Properties
CarrierID
Declaration
public string CarrierID { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrentLocation
Declaration
public Address CurrentLocation { get; set; }
Property Value
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 |
|
FromAddress
Declaration
public Address FromAddress { get; set; }
Property Value
History
Declaration
public List<TrackInfo.HistoryItem> History { get; }
Property Value
ServiceID
Declaration
public string ServiceID { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public TrackStatus Status { get; set; }
Property Value
ToAddress
Declaration
public Address ToAddress { get; set; }
Property Value
TrackingNumber
Declaration
public string TrackingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TrackingURL
Declaration
public string TrackingURL { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods