Click or drag to resize
JsonPipelineStageDefinitionTInput, TOutput Class
A JSON String based pipeline stage.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverPipelineStageDefinitionTInput, TOutput
    MongoDB.DriverJsonPipelineStageDefinitionTInput, TOutput

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public sealed class JsonPipelineStageDefinition<TInput, TOutput> : PipelineStageDefinition<TInput, TOutput>

Type Parameters

TInput
The type of the input.
TOutput
The type of the output.

The JsonPipelineStageDefinitionTInput, TOutput type exposes the following members.

Constructors
  NameDescription
Public methodJsonPipelineStageDefinitionTInput, TOutput
Initializes a new instance of the JsonPipelineStageDefinitionTInput, TOutput class.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
Properties
See Also