Table of Contents

Interface IBsonCreatorMapAttribute

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

Represents an attribute used to modify a creator map.

public interface IBsonCreatorMapAttribute
Extension Methods

Methods

Apply(BsonCreatorMap)

Applies the attribute to the creator map.

void Apply(BsonCreatorMap creatorMap)

Parameters

creatorMap BsonCreatorMap

The creator map.