London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PriceRangeValue

Inheritance
System.Object
PriceRangeValue
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 13.30.0
Syntax
public class PriceRangeValue : ISearchFilterValue

Constructors

PriceRangeValue()

Initializes a new instance of the PriceRangeValue class.

Declaration
public PriceRangeValue()

Properties

currency

Declaration
public string currency { get; set; }
Property Value
Type Description
System.String

Descriptions

Declaration
public Descriptions Descriptions { get; set; }
Property Value
Type Description
Descriptions

key

Declaration
public string key { get; set; }
Property Value
Type Description
System.String

locale

Declaration
public string locale { get; set; }
Property Value
Type Description
System.String

lowerbound

Declaration
public string lowerbound { get; set; }
Property Value
Type Description
System.String

lowerboundincluded

Declaration
public bool lowerboundincluded { get; set; }
Property Value
Type Description
System.Boolean

market

Declaration
public string market { get; set; }
Property Value
Type Description
System.String

upperbound

Declaration
public string upperbound { get; set; }
Property Value
Type Description
System.String

upperboundincluded

Declaration
public bool upperboundincluded { get; set; }
Property Value
Type Description
System.Boolean

Implements