Class BuilderBase
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.
Methods
- ToBsonDocument()
Returns the result of the builder as a BsonDocument.
- ToString()
Returns a string representation of the settings.