Click or drag to resize

CreateViewOptionsDocument Constructor

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