Class PriceCritirion
- Namespace
- Dynamicweb.Ecommerce.Searching
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a price criterion.
public class PriceCritirion : QueryCriterion
- Inheritance
-
PriceCritirion
- Inherited Members
Properties
FromPrice
Gets or sets the lower limit price.
public double FromPrice { get; set; }
Property Value
ToPrice
Gets or sets the upper limit price.
public double ToPrice { get; set; }
Property Value
Methods
GetWhereClause()
Gets a "WHERE" clause.
public override string GetWhereClause()
Returns
- string
The "WHERE" clause.