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

A convention that sets the id generator for a string member with a BSON representation of ObjectId.
상속: ConventionBase, IPostProcessingConvention
파일 보기 프로젝트 열기: egametang/Egametang 1 사용 예제들

공개 메소드들

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

Applies a post processing modification to the class map.

메소드 상세

PostProcess() 공개 메소드

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