BsonDocumentWrapper Methods |
The BsonDocumentWrapper type exposes the following members.
Name | Description | |
---|---|---|
Add(DictionaryString, Object) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(IDictionaryString, Object) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(IDictionary) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(BsonElement) |
Adds an element to the document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(BsonElement) | Obsolete.
Adds a list of elements to the document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(IEnumerableBsonElement) | Obsolete.
Adds a list of elements to the document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(DictionaryString, Object, IEnumerableString) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(IDictionaryString, Object, IEnumerableString) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(IDictionary, IEnumerable) | Obsolete.
Adds elements to the document from a dictionary of key/value pairs.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(String, BsonValue) |
Creates and adds an element to the document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Add(String, BsonValue, Boolean) |
Creates and adds an element to the document, but only if the condition is true.
(Inherited from MaterializedOnDemandBsonDocument.) | |
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.
(Inherited from MaterializedOnDemandBsonDocument.) | |
AddRange(DictionaryString, Object) |
Adds elements to the document from a dictionary of key/value pairs.
(Inherited from MaterializedOnDemandBsonDocument.) | |
AddRange(IEnumerableKeyValuePairString, Object) |
Adds elements to the document from a dictionary of key/value pairs.
(Inherited from MaterializedOnDemandBsonDocument.) | |
AddRange(IDictionary) |
Adds elements to the document from a dictionary of key/value pairs.
(Inherited from MaterializedOnDemandBsonDocument.) | |
AddRange(IEnumerableBsonElement) |
Adds a list of elements to the document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Clear |
Clears the document (removes all elements).
(Inherited from MaterializedOnDemandBsonDocument.) | |
Clone |
Creates a shallow clone of the document (see also DeepClone).
(Overrides MaterializedOnDemandBsonDocumentClone.) | |
CompareTo(BsonDocument) |
Compares this document to another document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
CompareTo(BsonValue) |
Compares the BsonDocument to another BsonValue.
(Inherited from MaterializedOnDemandBsonDocument.) | |
CompareTypeTo |
Compares the type of this BsonValue to the type of another BsonValue.
(Inherited from BsonValue.) | |
Contains |
Tests whether the document contains an element with the specified name.
(Inherited from MaterializedOnDemandBsonDocument.) | |
ContainsValue |
Tests whether the document contains an element with the specified value.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Create(Type, Object) |
Creates a new instance of the BsonDocumentWrapper class.
| |
CreateTNominalType(TNominalType) |
Creates a new instance of the BsonDocumentWrapper class.
| |
CreateMultiple(Type, IEnumerable) |
Creates a list of new instances of the BsonDocumentWrapper class.
| |
CreateMultipleTNominalType(IEnumerableTNominalType) |
Creates a list of new instances of the BsonDocumentWrapper class.
| |
DeepClone |
Creates a deep clone of the document (see also Clone).
(Inherited from MaterializedOnDemandBsonDocument.) | |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Equals(BsonDocument) |
Compares this document to another document.
(Inherited from BsonDocument.) | |
Equals(BsonValue) |
Compares this BsonValue to another BsonValue.
(Inherited from BsonValue.) | |
Finalize | Allows 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.
(Inherited from MaterializedOnDemandBsonDocument.) | |
GetElement(String) |
Gets an element of this document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
GetEnumerator |
Gets an enumerator that can be used to enumerate the elements of this document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
GetHashCode |
Returns a hash code for this instance.
(Inherited from MaterializedOnDemandBsonDocument.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue(Int32) |
Gets the value of an element.
(Inherited from MaterializedOnDemandBsonDocument.) | |
GetValue(String) |
Gets the value of an element.
(Inherited from MaterializedOnDemandBsonDocument.) | |
GetValue(String, BsonValue) |
Gets the value of an element or a default value if the element is not found.
(Inherited from MaterializedOnDemandBsonDocument.) | |
IndexOfName |
Gets the index of an element.
(Inherited from BsonDocument.) | |
InsertAt |
Inserts a new element at a specified position.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Materialize |
Materializes the BsonDocument.
(Overrides MaterializedOnDemandBsonDocumentMaterialize.) | |
MaterializeCompleted |
Informs subclasses that the Materialize process completed so they can free any resources related to the unmaterialized state.
(Overrides MaterializedOnDemandBsonDocumentMaterializeCompleted.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Merge(BsonDocument) |
Merges another document into this one. Existing elements are not overwritten.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Merge(BsonDocument, Boolean) |
Merges another document into this one, specifying whether existing elements are overwritten.
(Inherited from MaterializedOnDemandBsonDocument.) | |
OperatorEqualsImplementation |
Implementation of operator ==.
(Inherited from BsonValue.) | |
Remove |
Removes an element from this document (if duplicate element names are allowed
then all elements with this name will be removed).
(Inherited from MaterializedOnDemandBsonDocument.) | |
RemoveAt |
Removes an element from this document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
RemoveElement |
Removes an element from this document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Set(Int32, BsonValue) |
Sets the value of an element.
(Inherited from MaterializedOnDemandBsonDocument.) | |
Set(String, BsonValue) |
Sets the value of an element (an element will be added if no element with this name is found).
(Inherited from MaterializedOnDemandBsonDocument.) | |
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).
(Inherited from MaterializedOnDemandBsonDocument.) | |
SetElement(Int32, BsonElement) |
Sets an element of the document (replacing the existing element at that position).
(Inherited from MaterializedOnDemandBsonDocument.) | |
ThrowIfDisposed |
Throws if disposed.
(Inherited from MaterializedOnDemandBsonDocument.) | |
ToBoolean |
Converts this BsonValue to a Boolean (using the JavaScript definition of truthiness).
(Inherited from BsonValue.) | |
ToDictionary |
Converts the BsonDocument to a Dictionary<string, object>.
(Inherited from BsonDocument.) | |
ToDouble |
Converts this BsonValue to a Double.
(Inherited from BsonValue.) | |
ToHashtable |
Converts the BsonDocument to a Hashtable.
(Inherited from BsonDocument.) | |
ToInt32 |
Converts this BsonValue to an Int32.
(Inherited from BsonValue.) | |
ToInt64 |
Converts this BsonValue to an Int64.
(Inherited from BsonValue.) | |
ToLocalTime |
Converts this BsonValue to a DateTime in local time.
(Inherited from BsonValue.) | |
ToNullableLocalTime |
Converts this BsonValue to a DateTime? in local time.
(Inherited from BsonValue.) | |
ToNullableUniversalTime |
Converts this BsonValue to a DateTime? in UTC.
(Inherited from BsonValue.) | |
ToString |
Returns a string representation of the document.
(Inherited from BsonDocument.) | |
ToUniversalTime |
Converts this BsonValue to a DateTime in UTC.
(Inherited from BsonValue.) | |
TryGetElement |
Tries to get an element of this document.
(Inherited from MaterializedOnDemandBsonDocument.) | |
TryGetValue |
Tries to get the value of an element of this document.
(Inherited from MaterializedOnDemandBsonDocument.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |