Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
MongoDB
Bson
Serialization
Conventions
StringObjectIdIdGeneratorConvention
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
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
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