Class TertiaryOperator
- Namespace
- Innova.Data.StructuredSearch
- Assembly
- Innova.Data.dll
Operator that takes zero or more arguments, except for the value it works on. I.e. Between, Contains(val1, val2, val3...)
public abstract class TertiaryOperator : Operator, INotifyPropertyChanged
- Inheritance
-
TertiaryOperator
- Implements
- Derived
Constructors
- TertiaryOperator(string, List<object>)
Initializes a new instance of the TertiaryOperator class.
Properties
- IsValid
Gets a value indicating whether this operator is valid.
- RequiredParameterCount
Gets the required parameter count for this operator.
- ValueDescription
Gets or sets the value description for this operator.