Interface ICreatorMapConvention
- Namespace
- MongoDB.Bson.Serialization.Conventions
- Assembly
- MongoDB.Bson.dll
Represents a convention that applies to a BsonCreatorMap.
public interface ICreatorMapConvention : IConvention
- Inherited Members
- Extension Methods
Methods
Apply(BsonCreatorMap)
Applies a modification to the creator map.
void Apply(BsonCreatorMap creatorMap)
Parameters
creatorMap
BsonCreatorMapThe creator map.