Click or drag to resize
GeoNearOptionsDocument Constructor
Overload List
  NameDescription
Public methodGeoNearOptionsDocument()
Initializes a new instance of the GeoNearOptionsDocument class.
Public methodGeoNearOptionsDocument(Boolean)
Initializes a new instance of the GeoNearOptionsDocument class specifying whether duplicate element names are allowed (allowing duplicate element names is not recommended).
Public methodGeoNearOptionsDocument(Dictionary<String, Object>)
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoNearOptionsDocument(IEnumerable<KeyValuePair<String, Object>>)
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoNearOptionsDocument(IDictionary)
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoNearOptionsDocument(BsonElement)
Initializes a new instance of the GeoNearOptionsDocument class and adds one element.
Public methodGeoNearOptionsDocument(BsonElement[]) Obsolete.
Initializes a new instance of the GeoNearOptionsDocument class and adds one or more elements.
Public methodGeoNearOptionsDocument(IEnumerable<BsonElement>)
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a list of elements.
Public methodGeoNearOptionsDocument(Dictionary<String, Object>, IEnumerable<String>) Obsolete.
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoNearOptionsDocument(IDictionary<String, Object>, IEnumerable<String>) Obsolete.
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoNearOptionsDocument(IDictionary, IEnumerable) Obsolete.
Initializes a new instance of the GeoNearOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoNearOptionsDocument(String, BsonValue)
Initializes a new instance of the GeoNearOptionsDocument class and creates and adds a new element.
Top
See Also