Class SubscribeSubject<T>
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Represents an expression builder that generates a sequence of values by subscribing to a shared subject of the specified type.
[WorkflowElementIcon("SubscribeSubject")]
public class SubscribeSubject<T> : SubscribeSubject, IExpressionBuilder, INamedElement
Type Parameters
T
The type of the elements processed by the subject.
- Inheritance
-
SubscribeSubject<T>
- Implements
- Inherited Members
- Extension Methods
Properties
Name
Gets or sets the name of the shared subject.
[TypeConverter(typeof(SubjectNameConverter))]
public string Name { get; set; }