Class CamelCaseElementNameConvention
- Namespace
- MongoDB.Bson.Serialization.Conventions
- Assembly
- MongoDB.Bson.dll
A convention that sets the element name the same as the member name with the first character lower cased.
public class CamelCaseElementNameConvention : ConventionBase, IMemberMapConvention, IConvention- Inheritance
- 
      
      
      CamelCaseElementNameConvention
- Implements
- Inherited Members
- Extension Methods
Methods
Apply(BsonMemberMap)
Applies a modification to the member map.
public void Apply(BsonMemberMap memberMap)Parameters
- memberMapBsonMemberMap
- The member map.