ScopeDocument Constructor |
Name | Description | |
---|---|---|
ScopeDocument |
Initializes a new instance of the ScopeDocument class.
| |
ScopeDocument(Boolean) |
Initializes a new instance of the ScopeDocument class specifying whether duplicate element names are allowed
(allowing duplicate element names is not recommended).
| |
ScopeDocument(DictionaryString, Object) |
Initializes a new instance of the ScopeDocument class and adds new elements from a dictionary of key/value pairs.
| |
ScopeDocument(IEnumerableKeyValuePairString, Object) |
Initializes a new instance of the ScopeDocument class and adds new elements from a dictionary of key/value pairs.
| |
ScopeDocument(IDictionary) |
Initializes a new instance of the ScopeDocument class and adds new elements from a dictionary of key/value pairs.
| |
ScopeDocument(BsonElement) |
Initializes a new instance of the ScopeDocument class and adds one element.
| |
ScopeDocument(BsonElement) | Obsolete.
Initializes a new instance of the ScopeDocument class and adds one or more elements.
| |
ScopeDocument(IEnumerableBsonElement) |
Initializes a new instance of the ScopeDocument class and adds new elements from a list of elements.
| |
ScopeDocument(DictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the ScopeDocument class and adds new elements from a dictionary of key/value pairs.
| |
ScopeDocument(IDictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the ScopeDocument class and adds new elements from a dictionary of key/value pairs.
| |
ScopeDocument(IDictionary, IEnumerable) | Obsolete.
Initializes a new instance of the ScopeDocument class and adds new elements from a dictionary of key/value pairs.
| |
ScopeDocument(String, BsonValue) |
Initializes a new instance of the ScopeDocument class and creates and adds a new element.
|