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(DictionaryString, Object)
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoHaystackSearchOptionsDocument(IEnumerableKeyValuePairString, 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(IEnumerableBsonElement)
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a list of elements.
Public methodGeoHaystackSearchOptionsDocument(DictionaryString, Object, IEnumerableString) Obsolete.
Initializes a new instance of the GeoHaystackSearchOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodGeoHaystackSearchOptionsDocument(IDictionaryString, Object, IEnumerableString) 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