PipelineStage<TContext, TBaseNode> Class
Definition
A stage from a Pipeline<TContext, TBaseNode>
public abstract class PipelineStage<TContext, TBaseNode>
where TBaseNode : Node<TBaseNode>
Type Parameters
Name | Description |
---|---|
TContext | The type of the processing context. |
TBaseNode | The type of nodes in the tree. |
Properties
Name | Description |
---|---|
The default ITraversal<TNode> to use when traversing the tree if not specified by an OrderedProcessor<TBaseNode>. | |
The name of the stage. | |
Function to run after the stage to determine if the pipeline should move on to the next stage or not. |
Methods
Name | Description |
---|---|
Runs the stage. |
Last modified: 12 August 2025