C# Class Net.Http.WebApi.OData.Query.Expressions.UnaryOperatorNode

Inheritance: SingleValueNode
Mostrar archivo Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Public Methods

Method Description
UnaryOperatorNode ( SingleValueNode operand, UnaryOperatorKind operatorKind )

Initialises a new instance of the UnaryOperatorNode class.

Method Details

UnaryOperatorNode() public method

Initialises a new instance of the UnaryOperatorNode class.
public UnaryOperatorNode ( SingleValueNode operand, UnaryOperatorKind operatorKind )
operand SingleValueNode The operand of the unary operator.
operatorKind UnaryOperatorKind Kind of the operator.