C# Class MongoDB.Bson.Serialization.Conventions.StringObjectIdIdGeneratorConvention

A convention that sets the id generator for a string member with a BSON representation of ObjectId.
Inheritance: ConventionBase, IPostProcessingConvention
Mostra file Open project: egametang/Egametang Class Usage Examples

Public Methods

Method Description
PostProcess ( BsonClassMap classMap ) : void

Applies a post processing modification to the class map.

Method Details

PostProcess() public method

Applies a post processing modification to the class map.
public PostProcess ( BsonClassMap classMap ) : void
classMap BsonClassMap The class map.
return void