C# Class MongoDB.Driver.GeoHaystackSearchResult.GeoHaystackSearchHit

Represents a GeoHaystackSearch hit.
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver

Méthodes publiques

Méthode Description
GeoHaystackSearchHit ( BsonDocument hit ) : System

Initializes a new instance of the GeoHaystackSearchHit class.

Method Details

GeoHaystackSearchHit() public méthode

Initializes a new instance of the GeoHaystackSearchHit class.
public GeoHaystackSearchHit ( BsonDocument hit ) : System
hit BsonDocument The hit.
Résultat System