IPostProcessingConventionPostProcess Method |
Applies a post processing modification to the class map.
Namespace: MongoDB.Bson.Serialization.ConventionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax void PostProcess(
BsonClassMap classMap
)
Sub PostProcess (
classMap As BsonClassMap
)
abstract PostProcess :
classMap : BsonClassMap -> unit
Parameters
- classMap
- Type: MongoDB.Bson.SerializationBsonClassMap
The class map.
See Also