Méthode | Description | |
---|---|---|
GeoHaystackSearchOptionsDocument ( ) : System |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class.
|
|
GeoHaystackSearchOptionsDocument ( BsonElement element ) : System |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds one element.
|
|
GeoHaystackSearchOptionsDocument ( object>.Dictionary |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
|
GeoHaystackSearchOptionsDocument ( IDictionary dictionary ) : System |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
|
GeoHaystackSearchOptionsDocument ( IEnumerable |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a list of elements.
|
|
GeoHaystackSearchOptionsDocument ( object>.IEnumerable |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
|
GeoHaystackSearchOptionsDocument ( bool allowDuplicateNames ) : System |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class specifying whether duplicate element names are allowed (allowing duplicate element names is not recommended).
|
|
GeoHaystackSearchOptionsDocument ( string name, BsonValue value ) : System |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and creates and adds a new element.
|
Méthode | Description | |
---|---|---|
GeoHaystackSearchOptionsDocument ( object>.Dictionary |
||
GeoHaystackSearchOptionsDocument ( IDictionary dictionary, IEnumerable keys ) : System | ||
GeoHaystackSearchOptionsDocument ( object>.IDictionary |
public GeoHaystackSearchOptionsDocument ( ) : System | ||
Résultat | System |
public GeoHaystackSearchOptionsDocument ( BsonElement element ) : System | ||
element | BsonElement | An element to add to the document. |
Résultat | System |
public GeoHaystackSearchOptionsDocument ( object>.Dictionary |
||
dictionary | object>.Dictionary | A dictionary to initialize the document from. |
Résultat | System |
public GeoHaystackSearchOptionsDocument ( IDictionary dictionary ) : System | ||
dictionary | IDictionary | A dictionary to initialize the document from. |
Résultat | System |
public GeoHaystackSearchOptionsDocument ( IEnumerable |
||
elements | IEnumerable |
A list of elements to add to the document. |
Résultat | System |
public GeoHaystackSearchOptionsDocument ( object>.IEnumerable |
||
dictionary | object>.IEnumerable | A dictionary to initialize the document from. |
Résultat | System |
public GeoHaystackSearchOptionsDocument ( bool allowDuplicateNames ) : System | ||
allowDuplicateNames | bool | Whether duplicate element names are allowed. |
Résultat | System |
public GeoHaystackSearchOptionsDocument ( string name, BsonValue value ) : System | ||
name | string | The name of the element to add to the document. |
value | BsonValue | The value of the element to add to the document. |
Résultat | System |