Click or drag to resize
BsonDocumentReaderSettings Class
Represents settings for a BsonDocumentReader.
Inheritance Hierarchy

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
[SerializableAttribute]
public class BsonDocumentReaderSettings : BsonReaderSettings

The BsonDocumentReaderSettings type exposes the following members.

Constructors
  NameDescription
Public methodBsonDocumentReaderSettings
Initializes a new instance of the BsonDocumentReaderSettings class.
Public methodBsonDocumentReaderSettings(GuidRepresentation) Obsolete.
Initializes a new instance of the BsonDocumentReaderSettings class.
Top
Methods
  NameDescription
Public methodClone
Creates a clone of the settings.
Protected methodCloneImplementation
Creates a clone of the settings.
(Overrides BsonReaderSettingsCloneImplementation.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFreeze
Freezes the settings.
(Inherited from BsonReaderSettings.)
Public methodFrozenCopy
Returns a frozen copy of the settings.
(Inherited from BsonReaderSettings.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodThrowFrozenException
Throws an InvalidOperationException when an attempt is made to change a setting after the settings are frozen.
(Inherited from BsonReaderSettings.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
Properties
  NameDescription
Public propertyStatic memberDefaults
Gets or sets the default settings for a BsonDocumentReader.
Public propertyGuidRepresentation
Gets or sets the representation for Guids.
(Inherited from BsonReaderSettings.)
Public propertyIsFrozen
Gets whether the settings are frozen.
(Inherited from BsonReaderSettings.)
Top
See Also