Class PipelineStagePipelineDefinition<TInput, TOutput>
A pipeline composed of instances of IPipelineStageDefinition.
public sealed class PipelineStagePipelineDefinition<TInput, TOutput> : PipelineDefinition<TInput, TOutput>
Type Parameters
TInput
The type of the input.
TOutput
The 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(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)
Renders the pipeline.