Table of Contents

Class NoIdMemberConvention

Namespace
MongoDB.Bson.Serialization.Conventions
Assembly
MongoDB.Bson.dll

A convention that sets a class's IdMember to null.

public class NoIdMemberConvention : ConventionBase, IPostProcessingConvention, IConvention
Inheritance
NoIdMemberConvention
Implements
Inherited Members
Extension Methods

Methods

PostProcess(BsonClassMap)

Applies a post processing modification to the class map.

public void PostProcess(BsonClassMap classMap)

Parameters

classMap BsonClassMap

The class map.