C# Class 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).
Inheritance: BaseWrapper, IMongoGeoHaystackSearchOptions
Mostrar archivo Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method Description
Create ( object options ) : GeoHaystackSearchOptionsWrapper

Creates a new instance of the GeoHaystackSearchOptionsWrapper class.

GeoHaystackSearchOptionsWrapper ( object options )

Initializes a new instance of the GeoHaystackSearchOptionsWrapper class.

Method Details

Create() public static method

Creates a new instance of the GeoHaystackSearchOptionsWrapper class.
public static Create ( object options ) : GeoHaystackSearchOptionsWrapper
options object The wrapped object.
return GeoHaystackSearchOptionsWrapper

GeoHaystackSearchOptionsWrapper() public method

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