A convenience method for turning a list of nodes into a tree, all related by the same operator.
Namespace: GF.Api.Contracts.Load.Expression
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public static IContractLoadExpression Build( IReadOnlyList<IContractLoadExpression> nodes, ContractLoadExpressionOperator operator )
Parameters
- nodes
- Type: System.Collections.GenericIReadOnlyListIContractLoadExpression
Must not be null or empty - operator
- Type: GF.Api.Values.ContractsContractLoadExpressionOperator
Must not be null
Return Value
Type: IContractLoadExpressionSee Also