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

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public enum OperatorType
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration OperatorType

Members

Member nameDescription
None
None
SemiColon
Semicolon statement separator
BooleanOr
Boolean or
BooleanAnd
Boolean and
BitwiseOr
Bitwise or
BitwiseXor
Bitwise xor
BitwiseAnd
Bitwise and
Equal
Equal
NotEqual
Not equal
LessThan
Less than
GreaterThan
Greater than
LessThanOrEqual
Less than or equal
GreaterThanOrEqual
Greater than or equal
ShiftLeft
Shift left
ShiftRight
Shift right
Add
Add
Subtract
Substract
Multiply
Multiply
Divide
Divide
Mod
Mod
UnaryPlus
Unary plus
UnaryMinus
Unary minus
UnaryNot
Unary not
UnaryBitwiseNot
Unary bitwase not
GetVariable
Get variable

See Also

Smartsite.Core Namespace
Advanced