Interface IMemberMapConvention
- Namespace
- MongoDB.Bson.Serialization.Conventions
- Assembly
- MongoDB.Bson.dll
Represents a convention that applies to a BsonMemberMap.
public interface IMemberMapConvention : IConvention- Inherited Members
- Extension Methods
Methods
Apply(BsonMemberMap)
Applies a modification to the member map.
void Apply(BsonMemberMap memberMap)Parameters
- memberMapBsonMemberMap
- The member map.