Class DelegatePostProcessingConvention
- Namespace
- MongoDB.Bson.Serialization.Conventions
- Assembly
- MongoDB.Bson.dll
A post processing convention that wraps a delegate.
public class DelegatePostProcessingConvention : ConventionBase, IPostProcessingConvention, IConvention
- Inheritance
-
DelegatePostProcessingConvention
- Implements
- Inherited Members
- Extension Methods
Constructors
- DelegatePostProcessingConvention(string, Action<BsonClassMap>)
Initializes a new instance of the DelegatePostProcessingConvention class.
Methods
- PostProcess(BsonClassMap)
Applies a post processing modification to the class map.