Click or drag to resize

GeoHaystackSearchOptionsDocument Constructor

Overload List
  NameDescription
Public methodGeoHaystackSearchOptionsDocument()
Initializes a new instance of the GeoHaystackSearchOptionsDocument class.
Public methodGeoHaystackSearchOptionsDocument(Boolean)
Initializes a new instance of the GeoHaystackSearchOptionsDocument class specifying whether duplicate element names are allowed (allowing duplicate element names is not recommended).
Public methodGeoHaystackSearchOptionsDocument(Dictionary<String, Object>)
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoHaystackSearchOptionsDocument(IEnumerable<KeyValuePair<String, Object>>)
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoHaystackSearchOptionsDocument(IDictionary)
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoHaystackSearchOptionsDocument(BsonElement)
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds one element.
Public methodGeoHaystackSearchOptionsDocument(BsonElement[]) Obsolete.
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds one or more elements.
Public methodGeoHaystackSearchOptionsDocument(IEnumerable<BsonElement>)
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a list of elements.
Public methodGeoHaystackSearchOptionsDocument(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.
Public methodGeoHaystackSearchOptionsDocument(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.
Public methodGeoHaystackSearchOptionsDocument(IDictionary, IEnumerable) Obsolete.
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoHaystackSearchOptionsDocument(String, BsonValue)
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and creates and adds a new element.
Top
See Also