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

A convention that sets a class's IdMember to null.
Inheritance: ConventionBase, IPostProcessingConvention, IIdMemberConvention
ファイルを表示 Open project: egametang/Egametang

Public Methods

Method Description
PostProcess ( BsonClassMap classMap ) : void

Applies a post processing modification to the class map.

Private Methods

Method Description
FindIdMember ( Type type ) : string

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