Click or drag to resize

ConstantExpression Class

The Class ConstantExpression represents constant value expression
Inheritance Hierarchy

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class ConstantExpression : ValueExpression

The ConstantExpression type exposes the following members.

Properties
  NameDescription
Public propertyDataValue
Gets or sets the value.
Public propertyDisplayValue
Gets the value to be shown on the UI page
Public propertyType Obsolete.
Gets the type of the value.
Public propertyValue Obsolete.
Gets or sets the value.
Public propertyValueType
Gets the type of the value.
Top
Methods
See Also