SymbolLookupExpressionBuilder Class

GF API Documentation
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.To browse the .NET Framework source code for this type, see the Reference Source.
Inheritance Hierarchy

SystemObject
  ExpressionTreeBuilderISymbolLookupExpression, SymbolLookupExpressionOperator
    GF.Api.Contracts.Lookup.ExpressionSymbolLookupExpressionBuilder

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

public sealed class SymbolLookupExpressionBuilder : ExpressionTreeBuilder<ISymbolLookupExpression, SymbolLookupExpressionOperator>

The SymbolLookupExpressionBuilder type exposes the following members.

Constructors

  NameDescription
Public methodSymbolLookupExpressionBuilder
Constructor
Top
Methods

  NameDescription
Public methodBuild (Inherited from ExpressionTreeBuilderISymbolLookupExpression, SymbolLookupExpressionOperator.)
Public methodStatic memberBuild(IReadOnlyListISymbolLookupExpression, SymbolLookupExpressionOperator)
A convenience method for turning a list of nodes into a tree, all related by the same operator.
Public methodPush(UTP) (Inherited from ExpressionTreeBuilderISymbolLookupExpression, SymbolLookupExpressionOperator.)
Public methodPush(UTP) (Inherited from ExpressionTreeBuilderISymbolLookupExpression, SymbolLookupExpressionOperator.)
Top
See Also

Reference