Class PrependedStagePipelineDefinition<TInput, TIntermediate, TOutput>
Represents a pipeline consisting of an existing pipeline with one additional stage prepended.
public sealed class PrependedStagePipelineDefinition<TInput, TIntermediate, TOutput> : PipelineDefinition<TInput, TOutput>
Type Parameters
TInput
The type of the input documents.
TIntermediate
The type of the intermediate documents.
TOutput
The type of the output documents.
- Inheritance
-
PipelineDefinition<TInput, TOutput>PrependedStagePipelineDefinition<TInput, TIntermediate, TOutput>
- Inherited Members
- Extension Methods
Constructors
- PrependedStagePipelineDefinition(PipelineStageDefinition<TInput, TIntermediate>, PipelineDefinition<TIntermediate, TOutput>, IBsonSerializer<TOutput>)
Initializes a new instance of the PrependedStagePipelineDefinition<TInput, TIntermediate, TOutput> class.
Properties
- OutputSerializer
Gets the output serializer.
- Stages
Gets the stages.
Methods
- Render(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)
Renders the pipeline.