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

A convention that sets the element name the same as the member name with the first character lower cased.
상속: ConventionBase, IMemberMapConvention, IElementNameConvention
파일 보기 프로젝트 열기: egametang/Egametang 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( BsonMemberMap memberMap ) : void

Applies a modification to the member map.

비공개 메소드들

메소드 설명
GetElementName ( MemberInfo member ) : string
GetElementName ( string memberName ) : string

메소드 상세

Apply() 공개 메소드

Applies a modification to the member map.
public Apply ( BsonMemberMap memberMap ) : void
memberMap BsonMemberMap The member map.
리턴 void