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