Click or drag to resize

IndexOptionsDocument Constructor

Overload List
  NameDescription
Public methodIndexOptionsDocument
Initializes a new instance of the IndexOptionsDocument class.
Public methodIndexOptionsDocument(Boolean)
Initializes a new instance of the IndexOptionsDocument class specifying whether duplicate element names are allowed (allowing duplicate element names is not recommended).
Public methodIndexOptionsDocument(DictionaryString, Object)
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodIndexOptionsDocument(IEnumerableKeyValuePairString, Object)
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodIndexOptionsDocument(IDictionary)
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodIndexOptionsDocument(BsonElement)
Initializes a new instance of the IndexOptionsDocument class and adds one element.
Public methodIndexOptionsDocument(BsonElement) Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds one or more elements.
Public methodIndexOptionsDocument(IEnumerableBsonElement)
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a list of elements.
Public methodIndexOptionsDocument(DictionaryString, Object, IEnumerableString) Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodIndexOptionsDocument(IDictionaryString, Object, IEnumerableString) Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodIndexOptionsDocument(IDictionary, IEnumerable) Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodIndexOptionsDocument(String, BsonValue)
Initializes a new instance of the IndexOptionsDocument class and creates and adds a new element.
Top
See Also