Interface IBsonPostProcessingAttribute
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
Represents an attribute used to post process a class map.
public interface IBsonPostProcessingAttribute
- Extension Methods
Methods
PostProcess(BsonClassMap)
Applies the post processing attribute to the class map.
void PostProcess(BsonClassMap classMap)
Parameters
classMap
BsonClassMapThe class map.