The TransportationService type exposes the following members.

Constructors

  NameDescription
Public methodTransportationService
Default constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResetFreightRateClassCode
Resets the node.
Public methodResetPriority
Resets the node.
Public methodResetTariffClassCode
Resets the node.
Public methodResetTransportServiceCode
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyFreightRateClassCode
Freight Rate Class Code (BBIE). Code to indicate applicable rate class for freight.
Public propertyFreightRateClassCodeSet
Checks if the property has been set or not.
Public propertyPriority
Priority (BBIE). Statement indicating priority of requested transportation service.
Public propertyPrioritySet
Checks if the property has been set or not.
Public propertyTariffClassCode
Tariff Class Code (BBIE). Specification of a tariff class applicable to a transportation service.
Public propertyTariffClassCodeSet
Checks if the property has been set or not.
Public propertyTransportServiceCode
Transport Service Code (BBIE). A code which describes the general type of service required for the transportation of goods. Specifically, it identifies the extent of the transportation service, e.g., door-to-door, port-to-port.
Public propertyTransportServiceCodeSet
Checks if the property has been set or not.

See Also