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 members.

Public Constructors

  Name Description
Public method ExpressionOperator Overloaded.

Public Methods

  Name Description
Public operator Static member Equality
Equals operator overload.
Public method Equals
Returns true if the parameter and this instance are equals.
(Overrides ValueType..::Equals(Object).)
Public method GetHashCode
Returns an hashcode.
(Overrides ValueType..::GetHashCode()()()().)
Public method GetType (Inherited from Object.)
Public operator Static member Inequality
Not equals operator overload.
Public method ToString
Returns the name of this ExpressionOperator.
(Overrides ValueType..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

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