ShippingMethod Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the ShippingMethod class.
Overload List
Name | Description | |
---|---|---|
ShippingMethod(String, String) | Initializes a new instance of the ShippingMethod class with a default language identifier and language name. | |
ShippingMethod(String, String, String) | Initializes a new instance of the ShippingMethod class with a default language identifier, language name, and language description. | |
ShippingMethod(String, String, String, String, Int32) | Initializes a new instance of the ShippingMethod class with language insensitive properties like ShippingCostCalculator, ConfiguredMode, a default language and the corresponding language sensitive name and description. |
Top