Class UnaryOperator
- Namespace
- Innova.Data.StructuredSearch
- Assembly
- Innova.Data.dll
Operator that takes no arguments, except for the value it works on. I.e. IsNull, Not, IsTrue, etc.
public abstract class UnaryOperator : Operator, INotifyPropertyChanged
- Inheritance
-
UnaryOperator
- Implements
- Derived
Constructors
- UnaryOperator(string)
Initializes a new instance of the UnaryOperator class with the specified field name.
- UnaryOperator(string, List<object>)
Initializes a new instance of the UnaryOperator class with the specified field name and parameters.
Properties
- RequiredParameterCount
Gets the required parameter count for the operator.
- ValueDescription
Gets or sets the value description for the operator.