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

A convention that sets the element name the same as the member name.
Inheritance: ConventionBase, IMemberMapConvention, IElementNameConvention
Afficher le fichier Open project: egametang/Egametang Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( BsonMemberMap memberMap ) : void

Applies a modification to the member map.

Private Methods

Méthode Description
GetElementName ( MemberInfo member ) : string

Method Details

Apply() public méthode

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