MongoDB.Driver.Wrappers Namespace (original) (raw)
Wrapped versions of various classes for use in serialization are present in the MongoDB.Driver.Wrappers namespace.
Classes
| | Class | Description | |
| ------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | BaseWrapper | Abstract base class for wrapper classes. |
|
| CollectionOptionsWrapper | Represents a wrapped object that can be used where an IMongoCollectionOptions is expected (the wrapped object is expected to serialize properly). |
|
| CommandWrapper | Represents a wrapped object that can be used where an IMongoCommand is expected (the wrapped object is expected to serialize properly). |
|
| CreateViewOptionsWrapper | Represents a wrapped object that can be used where an IMongoCreateViewOptions is expected (the wrapped object is expected to serialize properly). |
|
| FieldsWrapper | Represents a wrapped object that can be used where an IMongoFields is expected (the wrapped object is expected to serialize properly). |
|
| GeoHaystackSearchOptionsWrapper | Obsolete. Represents a wrapped object that can be used where an IMongoGeoHaystackSearchOptions is expected (the wrapped object is expected to serialize properly). |
|
| GeoNearOptionsWrapper | Obsolete. Represents a wrapped object that can be used where an IMongoGeoNearOptions is expected (the wrapped object is expected to serialize properly). |
|
| GroupByWrapper | Represents a wrapped object that can be used where an IMongoGroupBy is expected (the wrapped object is expected to serialize properly). |
|
| IndexKeysWrapper | Represents a wrapped object that can be used where an IMongoIndexKeys is expected (the wrapped object is expected to serialize properly). |
|
| IndexOptionsWrapper | Represents a wrapped object that can be used where an IMongoIndexOptions is expected (the wrapped object is expected to serialize properly). |
|
| QueryWrapper | Represents a wrapped object that can be used where an IMongoQuery is expected (the wrapped object is expected to serialize properly). |
|
| ScopeWrapper | Represents a wrapped object that can be used where an IMongoScope is expected (the wrapped object is expected to serialize properly). |
|
| SortByWrapper | Represents a wrapped object that can be used where an IMongoSortBy is expected (the wrapped object is expected to serialize properly). |
|
| UpdateWrapper | Represents a wrapped object that can be used where an IMongoUpdate is expected (the wrapped object is expected to serialize properly). |