Class OperandCombinatorExpressionBuilder
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Provides a base class for expression builders combining a single observable sequence with an auxiliary operand value whose type is inferred from the sequence. This is an abstract class.
[WorkflowElementCategory(ElementCategory.Combinator)]
public abstract class OperandCombinatorExpressionBuilder : BinaryOperatorBuilder, IPropertyMappingBuilder, IExpressionBuilder, ICustomTypeDescriptor
- Inheritance
-
OperandCombinatorExpressionBuilder
- Implements
- Derived
- Inherited Members
- Extension Methods
Methods
- Build(IEnumerable<Expression>)
Generates an Expression node from a collection of input arguments. The result can be chained with other builders in a workflow.
- BuildSelector(Expression)
Returns the expression that maps the specified input parameter to the selector result.