This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public struct ExpressionOperator
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Structure ExpressionOperator

The type exposes the following properties.

Public Properties

  Name Description
Public property Name
Gets the name
Public property Static member OperatorAliasesDictionary
Returns a dictionary containing the operator aliases.
Public property Static member OperatorDictionary
Returns the operator dictionary.
Public property Static member Operators
Returns the collection of ExpressionOperator objects.
Public property Priority
Gets the priority
Public property Type
Public property Unary
Returns true if this is an unary operator

See Also

Advanced