Table of Contents

Class BaseBetweenOperator

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

Represents a base class for the between operator in structured search.

public class BaseBetweenOperator : TertiaryOperator, INotifyPropertyChanged
Inheritance
BaseBetweenOperator
Implements
Derived

Constructors

BaseBetweenOperator(string, List<object>)

Initializes a new instance of the BaseBetweenOperator class with the specified field name and parameters.

BaseBetweenOperator(string, object, object)

Initializes a new instance of the BaseBetweenOperator class with the specified field name, lower value, and upper value.

Properties

LowerValue

Gets the lower value.

LowerValueDescription

Gets or sets the description of the lower value.

UpperValue

Gets the upper value.

UpperValueDescription

Gets or sets the description of the upper value.

ValueDescription

Gets the value description for the between operator.

Methods

GetWhereExpression<T>(ParameterExpression)

Gets the where expression for the between operator.