BsonWriterSettings Methods |
The BsonWriterSettings type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a clone of the settings.
| |
CloneImplementation |
Creates a clone of the settings.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Freeze |
Freezes the settings.
| |
FrozenCopy |
Returns a frozen copy of the settings.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ThrowFrozenException |
Throws an InvalidOperationException when an attempt is made to change a setting after the settings are frozen.
| |
ToString | (Inherited from Object.) |
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.) |