Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
MongoDB
Bson
Serialization
Conventions
ResetMemberMapsConvention
C# Class MongoDB.Bson.Serialization.Conventions.ResetMemberMapsConvention
A convention that resets class members (resetting any changes that earlier conventions may have applied).
Inheritance:
ConventionBase
,
IMemberMapConvention
Datei anzeigen
Open project: CloudMetal/mongo-csharp-driver
Public Methods
Method
Description
Apply
(
BsonMemberMap
memberMap
) :
void
Applies a modification to the member map.
Method Details
Apply()
public
method
Applies a modification to the member map.
public
Apply
(
BsonMemberMap
memberMap
) :
void
memberMap
BsonMemberMap
The member map.
return
void