PricingRuleCollection Class

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

A collection of price rules in a virtual catalog or a base catalog. This class cannot be inherited.

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

Syntax

'Declaration
Public NotInheritable Class PricingRuleCollection _
    Inherits DataSetBasedCollection(Of PricingRule, CatalogPricingRulesDataSet)
'Usage
Dim instance As PricingRuleCollection
public sealed class PricingRuleCollection : DataSetBasedCollection<PricingRule, CatalogPricingRulesDataSet>
public ref class PricingRuleCollection sealed : public DataSetBasedCollection<PricingRule^, CatalogPricingRulesDataSet^>
public final class PricingRuleCollection extends DataSetBasedCollection<PricingRule, CatalogPricingRulesDataSet>

Remarks

Collection of pricing rules encountered in the catalog.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.DataSetBasedCollection<(Of <(PricingRule, CatalogPricingRulesDataSet>)>)
    Microsoft.CommerceServer.Catalog..::.PricingRuleCollection

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

PricingRuleCollection Members

Microsoft.CommerceServer.Catalog Namespace