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

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

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

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

Creates a new instance of the GeoHaystackSearchOptionsWrapper class.

GeoHaystackSearchOptionsWrapper ( object options )

Initializes a new instance of the GeoHaystackSearchOptionsWrapper class.

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

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

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

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

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