Adds an element to the document.
Add(BsonElement) Obsolete.Adds a list of elements to the document.
Add(DictionaryString, Object) Obsolete.Adds elements to the document from a dictionary of key/value pairs.
Add(IDictionary) Obsolete.Adds elements to the document from a dictionary of key/value pairs.
Add(IDictionaryString, Object) Obsolete.Adds elements to the document from a dictionary of key/value pairs.
Add(IEnumerableBsonElement) Obsolete.Adds a list of elements to the document.
Add(DictionaryString, Object, IEnumerableString) Obsolete.Adds elements to the document from a dictionary of key/value pairs.
Add(IDictionary, IEnumerable) Obsolete.Adds elements to the document from a dictionary of key/value pairs.
Add(IDictionaryString, Object, IEnumerableString) Obsolete.Adds elements to the document from a dictionary of key/value pairs.
Add(String, BsonValue)Creates and adds an element to the document.
Add(String, BsonValue, Boolean)Creates and adds an element to the document, but only if the condition is true.
Add(String, FuncBsonValue, Boolean)Creates and adds an element to the document, but only if the condition is true. If the condition is false the value factory is not called at all.
AddRange(DictionaryString, Object)Adds elements to the document from a dictionary of key/value pairs.
AddRange(IDictionary)Adds elements to the document from a dictionary of key/value pairs.
AddRange(IEnumerableBsonElement)Adds a list of elements to the document.
AddRange(IEnumerableKeyValuePairString, Object)Adds elements to the document from a dictionary of key/value pairs.
ClearClears the document (removes all elements).
CloneCreates a shallow clone of the document (see also DeepClone).
(Overrides BsonValueClone.) CompareTo(BsonDocument)Compares this document to another document.
CompareTo(BsonValue)Compares the BsonDocument to another BsonValue.
(Overrides BsonValueCompareTo(BsonValue).) CompareTypeToCompares the type of this BsonValue to the type of another BsonValue.
(Inherited from BsonValue.) ContainsTests whether the document contains an element with the specified name.
ContainsValueTests whether the document contains an element with the specified value.
CreateCreates a new BsonDocument by mapping an object to a BsonDocument.
DeepCloneCreates a deep clone of the document (see also Clone).
(Overrides BsonValueDeepClone.) Equals(BsonDocument)Compares this document to another document.
Equals(BsonValue)Compares this BsonValue to another BsonValue.
(Inherited from BsonValue.) Equals(Object)Compares this BsonDocument to another object.
(Overrides BsonValueEquals(Object).) FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) GetElement(Int32)Gets an element of this document.
GetElement(String)Gets an element of this document.
GetEnumeratorGets an enumerator that can be used to enumerate the elements of this document.
GetHashCodeGets the hash code.
(Overrides BsonValueGetHashCode.) GetTypeGets the
Typeof the current instance.
(Inherited from Object.) GetValue(Int32)Gets the value of an element.
GetValue(String)Gets the value of an element.
GetValue(String, BsonValue)Gets the value of an element or a default value if the element is not found.
IConvertibleGetTypeCodeImplementationImplementation of the IConvertible GetTypeCode method.
(Inherited from BsonValue.) IConvertibleToBooleanImplementationImplementation of the IConvertible ToBoolean method.
(Inherited from BsonValue.) IConvertibleToByteImplementationImplementation of the IConvertible ToByte method.
(Inherited from BsonValue.) IConvertibleToCharImplementationImplementation of the IConvertible ToChar method.
(Inherited from BsonValue.) IConvertibleToDateTimeImplementationImplementation of the IConvertible ToDateTime method.
(Inherited from BsonValue.) IConvertibleToDecimalImplementationImplementation of the IConvertible ToDecimal method.
(Inherited from BsonValue.) IConvertibleToDoubleImplementationImplementation of the IConvertible ToDouble method.
(Inherited from BsonValue.) IConvertibleToInt16ImplementationImplementation of the IConvertible ToInt16 method.
(Inherited from BsonValue.) IConvertibleToInt32ImplementationImplementation of the IConvertible ToInt32 method.
(Inherited from BsonValue.) IConvertibleToInt64ImplementationImplementation of the IConvertible ToInt64 method.
(Inherited from BsonValue.) IConvertibleToSByteImplementationImplementation of the IConvertible ToSByte method.
(Inherited from BsonValue.) IConvertibleToSingleImplementationImplementation of the IConvertible ToSingle method.
(Inherited from BsonValue.) IConvertibleToStringImplementationImplementation of the IConvertible ToString method.
(Inherited from BsonValue.) IConvertibleToUInt16ImplementationImplementation of the IConvertible ToUInt16 method.
(Inherited from BsonValue.) IConvertibleToUInt32ImplementationImplementation of the IConvertible ToUInt32 method.
(Inherited from BsonValue.) IConvertibleToUInt64ImplementationImplementation of the IConvertible ToUInt64 method.
(Inherited from BsonValue.) IndexOfNameGets the index of an element.
InsertAtInserts a new element at a specified position.
MemberwiseCloneCreates a shallow copy of the current
Object.
(Inherited from Object.) Merge(BsonDocument)Merges another document into this one. Existing elements are not overwritten.
Merge(BsonDocument, Boolean)Merges another document into this one, specifying whether existing elements are overwritten.
OperatorEqualsImplementationImplementation of operator ==.
(Inherited from BsonValue.) ParseParses a JSON string and returns a BsonDocument.
RemoveRemoves an element from this document (if duplicate element names are allowed then all elements with this name will be removed).
RemoveAtRemoves an element from this document.
RemoveElementRemoves an element from this document.
Set(Int32, BsonValue)Sets the value of an element.
Set(String, BsonValue)Sets the value of an element (an element will be added if no element with this name is found).
SetElement(BsonElement)Sets an element of the document (replaces any existing element with the same name or adds a new element if an element with the same name is not found).
SetElement(Int32, BsonElement)Sets an element of the document (replacing the existing element at that position).
ToBooleanConverts this BsonValue to a Boolean (using the JavaScript definition of truthiness).
(Inherited from BsonValue.) ToDecimalConverts this BsonValue to a Decimal.
(Inherited from BsonValue.) ToDecimal128Converts this BsonValue to a Decimal128.
(Inherited from BsonValue.) ToDictionaryConverts the BsonDocument to a Dictionary<string, object>.
ToDoubleConverts this BsonValue to a Double.
(Inherited from BsonValue.) ToHashtableConverts the BsonDocument to a Hashtable.
ToInt32Converts this BsonValue to an Int32.
(Inherited from BsonValue.) ToInt64Converts this BsonValue to an Int64.
(Inherited from BsonValue.) ToLocalTimeConverts this BsonValue to a DateTime in local time.
(Inherited from BsonValue.) ToNullableLocalTimeConverts this BsonValue to a DateTime? in local time.
(Inherited from BsonValue.) ToNullableUniversalTimeConverts this BsonValue to a DateTime? in UTC.
(Inherited from BsonValue.) ToStringReturns a string representation of the document.
(Overrides ObjectToString.) ToUniversalTimeConverts this BsonValue to a DateTime in UTC.
(Inherited from BsonValue.) TryGetElementTries to get an element of this document.
TryGetValueTries to get the value of an element of this document.
TryParseTries to parse a JSON string and returns a value indicating whether it succeeded or failed.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4