UnaryOperator Constructors
An unary operator which performs an operation on only one expression.Name | Parameters | Description |
---|---|---|
UnaryOperator() | none | Initializes a new instance of the UnaryOperator class with default settings. |
UnaryOperator(UnaryOperatorType, CriteriaOperator) | operatorType, operand | Initializes a new instance of the UnaryOperator class with the specified operand and operator type. |
UnaryOperator(UnaryOperatorType, String) | operatorType, propertyName | Initializes a new instance of the UnaryOperator class with the specified settings. |
See Also