ContractLoadExpressionBuilder 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
  ExpressionTreeBuilderIContractLoadExpression, ContractLoadExpressionOperator
    GF.Api.Contracts.Load.ExpressionContractLoadExpressionBuilder

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

public sealed class ContractLoadExpressionBuilder : ExpressionTreeBuilder<IContractLoadExpression, ContractLoadExpressionOperator>

The ContractLoadExpressionBuilder type exposes the following members.

Constructors

  NameDescription
Public methodContractLoadExpressionBuilder
Constructor
Top
Methods

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

Reference