Table of Contents

Namespace Dynamicweb.Indexing.Querying.Expressions

Classes

BinaryExpression
The Class BinaryExpression represents binary expression
CodeExpression
ConstantExpression
The Class ConstantExpression represents constant value expression
Expression
The Class Expression represents common expressions
ExpressionHelper
The Class ExpressionHelper helps to work with expressions
FieldExpression
The Class FieldExpression represents field based expression
FullTextSearchExpression
The Class FullTextSearchExpression represents text search expression.
GroupExpression
The Class FieldExpression represents expression which is actually is group of inner expressions combined by some rule
JsonStringTypeConverter
The Class QueryJsonConverter represents json converter specified for string output
MacroExpression
The Class MacroExpression represents Macro value expression
ParameterExpression
The Class ParameterExpression represents parameter expression
ValueExpression
The Class ValueExpression represents value expression

Enums

FullTextSearchWildcardTypes
The wildcard search types enumeration.
OperatorType
Expression operator enumeration
To top