Class StringBinaryOperatorExpression
Base for binary expressions that operate on string operands, enforcing text argument types.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class StringBinaryOperatorExpression : BinaryOperatorExpression<string>, IPrecalculatedExpressionThreeNode
Constructors
StringBinaryOperatorExpression(RadExpression, RadExpression)
Initializes a new string binary expression with two operands.
Declaration
protected StringBinaryOperatorExpression(RadExpression left, RadExpression right)
Parameters
|
RadExpression
left
The left. |
|
RadExpression
right
The right. |
Properties
OperandsType
Gets the required operand type, which is text for string operations.
Declaration
public override ArgumentType OperandsType { get; }
Property Value
|
ArgumentType
The type of the operands as ArgumentType. |
Overrides
Telerik.Windows.Documents.Spreadsheet.Expressions.BinaryOperatorExpression<System.String>.OperandsType