Class BinaryOperator
- Namespace
- Innova.Data.StructuredSearch
- Assembly
- Innova.Data.dll
Operator that takes only one argument, except for the value it works on. I.e. Equals, LessThan, etc...
public abstract class BinaryOperator : Operator, INotifyPropertyChanged
- Inheritance
-
BinaryOperator
- Implements
- Derived
Constructors
- BinaryOperator(string, List<object>)
Initializes a new instance of the BinaryOperator class with the specified field name and parameters.
- BinaryOperator(string, object)
Initializes a new instance of the BinaryOperator class with the specified field name and value.
Properties
- IsValid
Gets a value indicating whether the operator is valid.
- RequiredParameterCount
Gets the required parameter count for the operator.
- Value
Gets or sets the value of the operator.
- ValueDescription
Gets or sets a readable string representing the value of the parameter of the operator.