PricingRule Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents pricing adjustments.
The PricingRule type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CatalogName | Gets the CatalogName from which this PricingRule is derived. (Overrides CatalogRule..::.CatalogName.) | |
CatalogPricingRuleType | Gets or sets the pricing rules type (pricing adjustments) applicable to this PricingRule. | |
CategoryName | Gets the CategoryName from which this PricingRule is derived. (Overrides CatalogRule..::.CategoryName.) | |
PriceChange | Gets or sets the PriceChange from which this PricingRule is derived. | |
ProductId | Gets the ProductId from which this PricingRule is derived. (Overrides CatalogRule..::.ProductId.) | |
VariantId | Gets the VariantId from which this PricingRule is derived. (Overrides CatalogRule..::.VariantId.) |
Top