Table of Contents

Class ReadWriteMemberFinderConvention

Namespace
MongoDB.Bson.Serialization.Conventions
Assembly
MongoDB.Bson.dll

A convention that finds readable and writeable members and adds them to the class map.

public class ReadWriteMemberFinderConvention : ConventionBase, IClassMapConvention, IConvention
Inheritance
ReadWriteMemberFinderConvention
Implements
Inherited Members
Extension Methods

Constructors

ReadWriteMemberFinderConvention()

Initializes a new instance of the ReadWriteMemberFinderConvention class.

ReadWriteMemberFinderConvention(BindingFlags)

Initializes a new instance of the ReadWriteMemberFinderConvention class.

ReadWriteMemberFinderConvention(MemberTypes)

Initializes a new instance of the ReadWriteMemberFinderConvention class.

ReadWriteMemberFinderConvention(MemberTypes, BindingFlags)

Initializes a new instance of the ReadWriteMemberFinderConvention class.

Methods

Apply(BsonClassMap)

Applies a modification to the class map.