PipelineDefinitionTInput, TOutput Methods |
The PipelineDefinitionTInput, TOutput generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create(String) |
Creates a pipeline.
|
![]() ![]() | Create(BsonDocument) |
Creates a pipeline.
|
![]() ![]() | Create(IEnumerableString, IBsonSerializerTOutput) |
Creates a pipeline.
|
![]() ![]() | Create(IEnumerableBsonDocument, IBsonSerializerTOutput) |
Creates a pipeline.
|
![]() ![]() | Create(IEnumerableIPipelineStageDefinition, IBsonSerializerTOutput) |
Creates a pipeline.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Render |
Renders the pipeline.
|
![]() | ToString | (Overrides ObjectToString.) |
![]() | ToString(IBsonSerializerTInput, IBsonSerializerRegistry) |
Returns a String that represents this instance.
|
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |