C# 클래스 NArrange.Core.Configuration.BinaryOperatorExpression

Binary operator expression.
상속: IConditionExpression
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

공개 메소드들

메소드 설명
BinaryOperatorExpression ( BinaryExpressionOperator operatorType, IConditionExpression left, IConditionExpression right ) : System.Threading

Creates a new operator expression.

ToString ( ) : string

Gets the string representation of this expression.

메소드 상세

BinaryOperatorExpression() 공개 메소드

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.
리턴 System.Threading

ToString() 공개 메소드

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