Class TrackAndTrace
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a track and trace configuration for orders.
- Inheritance
-
Track
And Trace
- Inherited Members
Constructors
TrackAndTrace()
Initializes a new instance of the Track
Properties
ID
Gets or sets the identifier
Property Value
IsNew
Indicates whether the current instance is new.
Property Value
Name
Gets or sets the track and trace name.
Property Value
- string
The name.
Parameters
Gets or sets the track and trace Parameters.
Property Value
- Track
And Trace Parameter Collection The Parameters.
Url
Gets or sets the track and trace URL.
Property Value
- string
The URL.
Methods
AddParameter(string, string, string)
Adds the new Track
Parameters
parameterName
stringThe parameter name.
defaultValue
stringThe parameter default value.
description
stringThe parameter description.
GetFormatedUrl(string)
Gets the track and trace formated URL.
Parameters
parameterValues
stringThe URL parameters.