Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class RangeValue

Inheritance
System.Object
RangeValue
Implements
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0
Syntax
public class RangeValue : Object, ISearchFilterValue

Constructors

RangeValue()

Initializes a new instance of the RangeValue class.

Declaration
public RangeValue()

Properties

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

numeric

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

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