Table of Contents

Class FieldsWrapper

Namespace
MongoDB.Driver.Wrappers
Assembly
MongoDB.Driver.Legacy.dll

Represents a wrapped object that can be used where an IMongoFields is expected (the wrapped object is expected to serialize properly).

[BsonSerializer(typeof(FieldsWrapper.Serializer))]
public class FieldsWrapper : BaseWrapper, IMongoFields
Inheritance
FieldsWrapper
Implements
Inherited Members
Extension Methods

Constructors

FieldsWrapper(object)

Initializes a new instance of the FieldsWrapper class.

Methods

Create(object)

Creates a new instance of the FieldsWrapper class.