Class
StringBinaryOperatorExpression

Base for binary expressions that operate on string operands, enforcing text argument types.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class StringBinaryOperatorExpression : BinaryOperatorExpression<string>

Inheritance: objectRadExpressionOperatorExpressionBinaryOperatorExpression<string>StringBinaryOperatorExpression

Derived Classes: AmpersandExpression

Inherited Members BinaryOperatorExpression<string>.GetValueOverride()BinaryOperatorExpression<string>.GetValueOverride(string[])BinaryOperatorExpression<string>.ArgumentConversionRulesBinaryOperatorExpression<string>.LeftBinaryOperatorExpression<string>.RightOperatorExpression.OperatorInfoRadExpression.GetValue()RadExpression.GetValueAsString()RadExpression.GetValueAsString(CultureInfo)RadExpression.ToString()RadExpression.ToString(CultureInfo)RadExpression.InvalidateValue()RadExpression.AttachToChildrenEvent(IEnumerable<RadExpression>)RadExpression.AttachToChildEvent(RadExpression)RadExpression.OnValueInvalidated()RadExpression.ValueInvalidated

Constructors

StringBinaryOperatorExpression(RadExpression, RadExpression)

Initializes a new string binary expression with two operands.

Declaration

cs-api-definition
protected StringBinaryOperatorExpression(RadExpression left, RadExpression right)

Parameters

left

RadExpression

The left.

right

RadExpression

The right.

Properties

OperandsType

Gets the required operand type, which is text for string operations.

Declaration

cs-api-definition
public override ArgumentType OperandsType { get; }

Property Value

ArgumentType

The type of the operands as ArgumentType.

Overrides BinaryOperatorExpression<string>.OperandsType