Class SubjectExpressionBuilder
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Provides a base class for expression builders that declare shared subjects. This is an abstract class.
[WorkflowElementIcon("SubjectExpressionBuilder")]
public abstract class SubjectExpressionBuilder : VariableArgumentExpressionBuilder, IExpressionBuilder, INamedElement
- Inheritance
-
SubjectExpressionBuilder
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SubjectExpressionBuilder(int, int)
Initializes a new instance of the SubjectExpressionBuilder class with the specified argument range.
protected SubjectExpressionBuilder(int minArguments, int maxArguments)
Parameters
minArguments
intThe inclusive lower bound of the argument range.
maxArguments
intThe inclusive upper bound of the argument range.
Properties
Name
Gets or sets the name of the shared subject.
public string Name { get; set; }