PricingRule Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Represents pricing adjustments.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public NotInheritable Class PricingRule _
    Inherits CatalogRule
'Usage
Dim instance As PricingRule
public sealed class PricingRule : CatalogRule
public ref class PricingRule sealed : public CatalogRule
public final class PricingRule extends CatalogRule

Remarks

The list of the pricing rules applying to a catalog.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.CatalogRule
    Microsoft.CommerceServer.Catalog..::.PricingRule

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PricingRule Members

Microsoft.CommerceServer.Catalog Namespace