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
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
Name | Description | |
---|---|---|
SymbolLookupExpressionBuilder |
Constructor
|
Methods
Name | Description | |
---|---|---|
Build | (Inherited from ExpressionTreeBuilderISymbolLookupExpression, SymbolLookupExpressionOperator.) | |
Build(IReadOnlyListISymbolLookupExpression, SymbolLookupExpressionOperator) |
A convenience method for turning a list of nodes into a tree, all related by the same operator.
| |
Push(UTP) | (Inherited from ExpressionTreeBuilderISymbolLookupExpression, SymbolLookupExpressionOperator.) | |
Push(UTP) | (Inherited from ExpressionTreeBuilderISymbolLookupExpression, SymbolLookupExpressionOperator.) |
See Also