Click or drag to resize

BsonTypeMapperOptions Properties

The BsonTypeMapperOptions type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaults
Gets or sets the default BsonTypeMapperOptions.
Public propertyDuplicateNameHandling
Gets or sets how duplicate names should be handled.
Public propertyIsFrozen
Gets whether the BsonTypeMapperOptions is frozen.
Public propertyMapBsonArrayTo
Gets or sets the type that a BsonArray should be mapped to.
Public propertyMapBsonDocumentTo
Gets or sets the type that a BsonDocument should be mapped to.
Public propertyMapOldBinaryToByteArray
Gets or sets whether binary sub type OldBinary should be mapped to byte[] the way sub type Binary is.
Top
See Also