Click or drag to resize

ScopeDocument Constructor

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