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

A convention that looks up an id generator for the id member.
Inheritance: ConventionBase, IPostProcessingConvention, IIdGeneratorConvention
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.

Private Methods

Méthode Description
GetIdGenerator ( MemberInfo memberInfo ) : IIdGenerator

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