Skip to main content

UnaryOperator Constructors

The operator in the Criteria Language syntax that performs an operation on one expression.
Name Parameters Description
UnaryOperator() none Initializes a new UnaryOperator class with the default settings.
UnaryOperator(UnaryOperatorType, CriteriaOperator) operatorType, operand Initializes a new UnaryOperator class with the specified operator type and operand on which the operator acts.
UnaryOperator(UnaryOperatorType, String) operatorType, propertyName Initializes a new UnaryOperator class with the specified operator type and name of the property on which the operator acts.
See Also