Class BsonWriterSettings
Represents settings for a BsonWriter.
- Inheritance
-
Bson
Writer Settings
- Derived
- Inherited Members
- Extension Methods
Constructors
- Bson
Writer Settings() Initializes a new instance of the BsonWriterSettings class.
Properties
- Is
Frozen Gets whether the settings are frozen.
- Max
Serialization Depth Gets or sets the max serialization depth allowed (used to detect circular references).
Methods
- Clone()
Creates a clone of the settings.
- Clone
Implementation() Creates a clone of the settings.
- Freeze()
Freezes the settings.
- Frozen
Copy() Returns a frozen copy of the settings.
- Throw
Frozen Exception() Throws an InvalidOperationException when an attempt is made to change a setting after the settings are frozen.