C# Класс MongoDB.Driver.Wrappers.GeoNearOptionsWrapper

Represents a wrapped object that can be used where an IMongoGeoNearOptions is expected (the wrapped object is expected to serialize properly).
Наследование: BaseWrapper, IMongoGeoNearOptions
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( object options ) : GeoNearOptionsWrapper

Creates a new instance of the GeoNearOptionsWrapper class.

GeoNearOptionsWrapper ( object options )

Initializes a new instance of the GeoNearOptionsWrapper class.

Описание методов

Create() публичный статический Метод

Creates a new instance of the GeoNearOptionsWrapper class.
public static Create ( object options ) : GeoNearOptionsWrapper
options object The wrapped object.
Результат GeoNearOptionsWrapper

GeoNearOptionsWrapper() публичный Метод

Initializes a new instance of the GeoNearOptionsWrapper class.
public GeoNearOptionsWrapper ( object options )
options object The wrapped object.