GeoHaystackSearchOptionsDocument Constructor |
Name | Description | |
---|---|---|
![]() | GeoHaystackSearchOptionsDocument() |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class.
|
![]() | GeoHaystackSearchOptionsDocument(Boolean) |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class specifying whether duplicate element names are allowed
(allowing duplicate element names is not recommended).
|
![]() | GeoHaystackSearchOptionsDocument(Dictionary<String, Object>) |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | GeoHaystackSearchOptionsDocument(IEnumerable<KeyValuePair<String, Object>>) |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | GeoHaystackSearchOptionsDocument(IDictionary) |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | GeoHaystackSearchOptionsDocument(BsonElement) |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds one element.
|
![]() | GeoHaystackSearchOptionsDocument(BsonElement[]) | Obsolete.
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds one or more elements.
|
![]() | GeoHaystackSearchOptionsDocument(IEnumerable<BsonElement>) |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a list of elements.
|
![]() | GeoHaystackSearchOptionsDocument(Dictionary<String, Object>, IEnumerable<String>) | Obsolete.
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | GeoHaystackSearchOptionsDocument(IDictionary<String, Object>, IEnumerable<String>) | Obsolete.
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | GeoHaystackSearchOptionsDocument(IDictionary, IEnumerable) | Obsolete.
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | GeoHaystackSearchOptionsDocument(String, BsonValue) |
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and creates and adds a new element.
|