C# Class NArrange.Core.Configuration.BinaryOperatorExpression

Binary operator expression.
Inheritance: IConditionExpression
Mostra file Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
BinaryOperatorExpression ( BinaryExpressionOperator operatorType, IConditionExpression left, IConditionExpression right ) : System.Threading

Creates a new operator expression.

ToString ( ) : string

Gets the string representation of this expression.

Method Details

BinaryOperatorExpression() public method

Creates a new operator expression.
public BinaryOperatorExpression ( BinaryExpressionOperator operatorType, IConditionExpression left, IConditionExpression right ) : System.Threading
operatorType BinaryExpressionOperator Type of the operator.
left IConditionExpression The left expression.
right IConditionExpression The right expression.
return System.Threading

ToString() public method

Gets the string representation of this expression.
public ToString ( ) : string
return string