Class PipelineStageDefinition<TInput, TOutput>
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Base class for pipeline stages.
public abstract class PipelineStageDefinition<TInput, TOutput> : IPipelineStageDefinition
Type Parameters
TInput
The type of the input.
TOutput
The type of the output.
Inheritance
PipelineStageDefinition<TInput, TOutput>
Implements
Derived
Inherited Members
Properties
Gets the type of the input.
Gets the name of the pipeline operator.
Gets the type of the output.
Methods
Renders the specified document serializer.
Returns a string that represents the current object.
ToString(IBsonSerializer, IBsonSerializerRegistry)
Returns a string that represents this instance.
ToString(IBsonSerializer, IBsonSerializerRegistry, ExpressionTranslationOptions)
Returns a string that represents this instance.
Operators
implicit operator PipelineStageDefinition<TInput, TOutput>(BsonDocument)
Performs an implicit conversion from BsonDocument to PipelineStageDefinition<TInput, TOutput>.
implicit operator PipelineStageDefinition<TInput, TOutput>(string)
Performs an implicit conversion from string to PipelineStageDefinition<TInput, TOutput>.