Table of Contents

Class IndexOptionsWrapper

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

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

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

Constructors

IndexOptionsWrapper(object)

Initializes a new instance of the IndexOptionsWrapper class.

Methods

Create(object)

Creates a new instance of the IndexOptionsWrapper class.