C# Class NArrange.Core.Configuration.BinaryOperatorExpression

Binary operator expression.
Inheritance: IConditionExpression
Afficher le fichier Open project: MarcStan/NArrange Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Threading

ToString() public méthode

Gets the string representation of this expression.
public ToString ( ) : string
Résultat string