SymbolLookupExpressionNode Class

GF API Documentation
Boolean expression tree node
Inheritance Hierarchy

SystemObject
  GF.Api.Contracts.Lookup.ExpressionSymbolLookupExpressionNode

Namespace:  GF.Api.Contracts.Lookup.Expression
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public sealed class SymbolLookupExpressionNode : ISymbolLookupExpression

The SymbolLookupExpressionNode type exposes the following members.

Constructors

  NameDescription
Public methodSymbolLookupExpressionNode
Initializes a new instance of the SymbolLookupExpressionNode class
Top
Properties

  NameDescription
Public propertyLeft
Left operand of expression
Public propertyOperator
Operator. Combines Left and Right
Public propertyRight
Right operand of expression
Top
See Also

Reference