Class PriceRangeValue
Inheritance
System.Object
PriceRangeValue
Assembly: Mediachase.Search.dll
Version: 14.26.0
public class PriceRangeValue : Object, ISearchFilterValue
Constructors
Declaration
Properties
Declaration
public string currency { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Descriptions Descriptions { get; set; }
Property Value
Declaration
public string key { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string lowerbound { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool lowerboundincluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string market { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string upperbound { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool upperboundincluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements