ShippingMethod Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Manages shipping methods for a Microsoft Commerce Server site.
The ShippingMethod type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShippingMethod | Overloaded. Initializes a new instance of the ShippingMethod class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns a value indicating whether an object is a shipping method and is equal to the shipping method of the current instance. (Overrides Object..::.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetDescription | Overloaded. Returns the description of the ShippingMethod in the DefaultLanguage, or a specified language. | |
GetHashCode | Returns the HashCode for the current ShippingGroupId. (Overrides Object..::.GetHashCode()()().) | |
GetShippingMethodName | Overloaded. Returns the name of the ShippingMethod in the DefaultLanguage, or a specified language. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ConfiguredMode | Gets or sets a value representing the configured mode for the shipping method. | |
Created | Gets the creation time of the shipping method for the current instance. | |
DefaultLanguage | Gets or sets the default language for the shipping method of the current instance. | |
Enabled | Gets or sets a value indicating whether the current shipping method is enabled. | |
LanguageSensitiveProperties | Gets a ShippingMethodDataSet for all language sensitive properties for all currently configured languages. | |
LastModified | Gets the DateTime the ShippingMethod was last modified in the server. | |
ShippingCostCalculator | Gets or sets the name of the component used to calculate shipping costs for the current shipping method. | |
ShippingGroupId | Gets the unique identifier which represents a shipping method’s properties for all configured languages. | |
ShippingRates | Gets the strongly typed ShippingRatesDataSet containing shipping rates for the current shipping method. |
Top