World is now on Opti ID! Learn more

Class SimpleValue

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

Constructors

SimpleValue()

Initializes a new instance of the SimpleValue class.

Declaration
public SimpleValue()

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

numeric

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

value

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

Implements