C# Class MongoDB.Bson.Serialization.Conventions.CamelCaseElementNameConvention

A convention that sets the element name the same as the member name with the first character lower cased.
Inheritance: ConventionBase, IMemberMapConvention, IElementNameConvention
Mostra file Open project: egametang/Egametang Class Usage Examples

Public Methods

Method Description
Apply ( BsonMemberMap memberMap ) : void

Applies a modification to the member map.

Private Methods

Method Description
GetElementName ( MemberInfo member ) : string
GetElementName ( string memberName ) : string

Method Details

Apply() public method

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