Table of Contents

Class BooleanOperator

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

Represents a boolean operator used in structured search.

[OperandType(typeof(bool))]
[OperandDefaultType(new Type[] { typeof(bool) })]
public class BooleanOperator : BinaryOperator, INotifyPropertyChanged
Inheritance
BooleanOperator
Implements

Constructors

BooleanOperator(string, List<object>)

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

BooleanOperator(string, object)

Initializes a new instance of the BooleanOperator class with the specified field name and value.

Properties

Items

Gets or sets the items source for the lookup combo box.

Methods

GetWhereExpression<T>(ParameterExpression)

Gets the expression representing the where clause for the specified type.