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
Afficher le fichier Open project: egametang/Egametang Class Usage Examples

Méthodes publiques

Méthode Description
PostProcess ( BsonClassMap classMap ) : void

Applies a post processing modification to the class map.

Method Details

PostProcess() public méthode

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