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(Dictionary<String, Object>) |
Initializes a new instance of the ScopeDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | ScopeDocument(IEnumerable<KeyValuePair<String, 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(IEnumerable<BsonElement>) |
Initializes a new instance of the ScopeDocument class and adds new elements from a list of elements.
|
![]() | ScopeDocument(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.
|
![]() | ScopeDocument(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.
|
![]() | 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.
|