Class RangeValue
Inheritance
System.Object
RangeValue
Assembly: Mediachase.Search.dll
Version: 14.26.0
public class RangeValue : Object, ISearchFilterValue
Constructors
Initializes a new instance of the RangeValue class.
Declaration
Properties
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 bool numeric { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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