Table of Contents

Class BuilderBase

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

Abstract base class for the builders.

[Serializable]
[BsonSerializer(typeof(BuilderBase.Serializer))]
public abstract class BuilderBase : IConvertibleToBsonDocument
Inheritance
BuilderBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

BuilderBase()

Initializes a new instance of the BuilderBase class.

protected BuilderBase()

Methods

ToBsonDocument()

Returns the result of the builder as a BsonDocument.

public abstract BsonDocument ToBsonDocument()

Returns

BsonDocument

A BsonDocument.

ToString()

Returns a string representation of the settings.

public override string ToString()

Returns

string

A string representation of the settings.