GeoNearOptionsDocument Constructor |
Name | Description | |
---|---|---|
GeoNearOptionsDocument |
Initializes a new instance of the GeoNearOptionsDocument class.
| |
GeoNearOptionsDocument(Boolean) |
Initializes a new instance of the GeoNearOptionsDocument class specifying whether duplicate element names are allowed
(allowing duplicate element names is not recommended).
| |
GeoNearOptionsDocument(DictionaryString, Object) |
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
| |
GeoNearOptionsDocument(IEnumerableKeyValuePairString, Object) |
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
| |
GeoNearOptionsDocument(IDictionary) |
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
| |
GeoNearOptionsDocument(BsonElement) |
Initializes a new instance of the GeoNearOptionsDocument class and adds one element.
| |
GeoNearOptionsDocument(BsonElement) | Obsolete.
Initializes a new instance of the GeoNearOptionsDocument class and adds one or more elements.
| |
GeoNearOptionsDocument(IEnumerableBsonElement) |
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a list of elements.
| |
GeoNearOptionsDocument(DictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
| |
GeoNearOptionsDocument(IDictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
| |
GeoNearOptionsDocument(IDictionary, IEnumerable) | Obsolete.
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
| |
GeoNearOptionsDocument(String, BsonValue) |
Initializes a new instance of the GeoNearOptionsDocument class and creates and adds a new element.
|