Interface IPostProcessingConvention
- Namespace
- MongoDB.Bson.Serialization.Conventions
- Assembly
- MongoDB.Bson.dll
Represents a post processing convention that applies to a BsonClassMap.
public interface IPostProcessingConvention : IConvention- Inherited Members
- Extension Methods
Methods
PostProcess(BsonClassMap)
Applies a post processing modification to the class map.
void PostProcess(BsonClassMap classMap)Parameters
- classMapBsonClassMap
- The class map.