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

Inheritance: SingleValueNode
Afficher le fichier Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Méthodes publiques

Méthode Description
UnaryOperatorNode ( SingleValueNode operand, UnaryOperatorKind operatorKind )

Initialises a new instance of the UnaryOperatorNode class.

Method Details

UnaryOperatorNode() public méthode

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.