Method | Description | |
---|---|---|
Apply ( object leftValue, object rightValue ) : object | ||
CompareExpression ( ComparisonOperator operation, IExpression left, IExpression right ) : System |
public Apply ( object leftValue, object rightValue ) : object | ||
leftValue | object | |
rightValue | object | |
return | object |
public CompareExpression ( ComparisonOperator operation, IExpression left, IExpression right ) : System | ||
operation | ComparisonOperator | |
left | IExpression | |
right | IExpression | |
return | System |