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(Dictionary<String, Object>)
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodIndexOptionsDocument(IEnumerable<KeyValuePair<String, 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(IEnumerable<BsonElement>)
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a list of elements.
Public methodIndexOptionsDocument(Dictionary<String, Object>, IEnumerable<String>) Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
Public methodIndexOptionsDocument(IDictionary<String, Object>, IEnumerable<String>) 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