Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MongoDB
Bson
Serialization
Conventions
ResetClassMapConvention
C# 클래스 MongoDB.Bson.Serialization.Conventions.ResetClassMapConvention
A convention that resets a class map (resetting any changes that earlier conventions may have applied).
상속:
ConventionBase
,
IClassMapConvention
파일 보기
프로젝트 열기: CloudMetal/mongo-csharp-driver
공개 메소드들
메소드
설명
Apply
(
BsonClassMap
classMap
) :
void
Applies a modification to the class map.
메소드 상세
Apply()
공개
메소드
Applies a modification to the class map.
public
Apply
(
BsonClassMap
classMap
) :
void
classMap
BsonClassMap
The class map.
리턴
void