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