C# 클래스 MongoDB.Bson.Serialization.Conventions.LookupIdGeneratorConvention

A convention that looks up an id generator for the id member.
상속: ConventionBase, IPostProcessingConvention, IIdGeneratorConvention
파일 보기 프로젝트 열기: egametang/Egametang 1 사용 예제들

공개 메소드들

메소드 설명
PostProcess ( BsonClassMap classMap ) : void

Applies a post processing modification to the class map.

비공개 메소드들

메소드 설명
GetIdGenerator ( MemberInfo memberInfo ) : IIdGenerator

메소드 상세

PostProcess() 공개 메소드

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