Click or drag to resize

QueryExpression Class

Represents search query expression.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsQueryExpression

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class QueryExpression

The QueryExpression type exposes the following members.

Constructors
  NameDescription
Public methodQueryExpression
Initializes a new instance of an object.
Public methodQueryExpression(String, String)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAppliance
Gets or sets appliance type.
Public propertyCriteria
Gets or sets comparison criteria.
Public propertyField
Gets or sets target field.
Public propertyValue
Gets or sets field value.
Top
Methods
  NameDescription
Public methodStatic memberNormalize
Strips all spaces and double quotes from the beginning and ending of the given query.
Public methodStatic memberParse
Parses all expression from the given query.
Top
Remarks