Class PipelineStagePipelineDefinition<TInput, TOutput>
A pipeline composed of instances of IPipelineStageDefinition.
public sealed class PipelineStagePipelineDefinition<TInput, TOutput> : PipelineDefinition<TInput, TOutput>
  Type Parameters
TInputThe type of the input.
TOutputThe type of the output.
- Inheritance
 - 
      
      PipelineDefinition<TInput, TOutput>PipelineStagePipelineDefinition<TInput, TOutput>
 
- Inherited Members
 
- Extension Methods
 
Constructors
- PipelineStagePipelineDefinition(IEnumerable<IPipelineStageDefinition>, IBsonSerializer<TOutput>)
 Initializes a new instance of the PipelineStagePipelineDefinition<TInput, TOutput> class.
Properties
- OutputSerializer
 Gets the output serializer.
- Serializer
 Gets the serializer.
- Stages
 Gets the stages.
Methods
- Render(RenderArgs<TInput>)
 Renders the pipeline.