Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MongoDB
Bson
Serialization
Conventions
StringObjectIdIdGeneratorConvention
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
ファイルを表示
Open project: egametang/Egametang
Class Usage Examples
Public Methods
Method
Description
PostProcess
(
BsonClassMap
classMap
) :
void
Applies a post processing modification to the class map.
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