Class BsonDictionaryOptionsAttribute
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Bson.Serialization.Attributes
Assembly
MongoDB.Bson.dll
Specifies serialization options for a Dictionary field or property.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class BsonDictionaryOptionsAttribute : BsonSerializationOptionsAttribute, IBsonMemberMapAttribute
Inheritance
BsonDictionaryOptionsAttribute
Implements
Inherited Members
Extension Methods
Constructors
BsonDictionaryOptionsAttribute()
Initializes a new instance of the BsonDictionaryOptionsAttribute class.
BsonDictionaryOptionsAttribute(DictionaryRepresentation)
Initializes a new instance of the BsonDictionaryOptionsAttribute class.
Properties
Gets or sets the external representation.
Methods
Reconfigures the specified serializer by applying this attribute to it.