Click or drag to resize

ValueExpression Class

The Class ValueExpression represents value expression
Inheritance Hierarchy

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

The ValueExpression type exposes the following members.

Constructors
  NameDescription
Protected methodValueExpression
Initializes a new instance of the ValueExpression class
Top
Methods
  NameDescription
Public methodGetValue
Gets the value that this ValueExpression represents.
Top
See Also