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

A convention that sets the element name the same as the member name.
Inheritance: ConventionBase, IMemberMapConvention, IElementNameConvention
Show 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

Method Details

Apply() public method

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