MutableDocument Methods |
The MutableDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contains |
Checks if a given key is present in the dictionary
(Inherited from Document.) |
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Document.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Document.) |
![]() | GetArray |
Gets the value of a given key as an IMutableArray |
![]() | GetBlob |
Gets the value of a given key as a Blob (Inherited from Document.) |
![]() | GetBoolean |
Gets the value of a given key as a Boolean (Inherited from Document.) |
![]() | GetDate |
Gets the value of a given key as a DateTimeOffset (Inherited from Document.) |
![]() | GetDictionary |
Gets the value of a given key as a dictionary
|
![]() | GetDouble |
Gets the value of a given key as a Double (Inherited from Document.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from Document.) |
![]() | GetFloat |
Gets the value of a given key as a Single (Inherited from Document.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Document.) |
![]() | GetInt |
Gets the value of a given key as an Int32 (Inherited from Document.) |
![]() | GetLong |
Gets the value of a given key as an Int64 (Inherited from Document.) |
![]() | GetString |
Gets the value of a given key as a String (Inherited from Document.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Gets the value of a given key as an untyped object
(Inherited from Document.) |
![]() | Remove |
Removes the given key from this dictionary
|
![]() | SetArray |
Sets the given key to the given value
|
![]() | SetBlob |
Sets the given key to the given value
|
![]() | SetBoolean |
Sets the given key to the given value
|
![]() | SetData |
Replaces the contents of this dictionary with the contents of the
given one
|
![]() | SetDate |
Sets the given key to the given value
|
![]() | SetDictionary |
Sets the given key to the given value
|
![]() | SetDouble |
Sets the given key to the given value
|
![]() | SetFloat |
Sets the given key to the given value
|
![]() | SetInt |
Sets the given key to the given value
|
![]() | SetLong |
Sets the given key to the given value
|
![]() | SetString |
Sets the given key to the given value
|
![]() | SetValue |
Sets the given key to the given value
|
![]() | ToDictionary |
Converts this object to a standard .NET string to object
DictionaryTKey, TValue (Inherited from Document.) |
![]() | ToMutable |
Creates a mutable version of a document (i.e. one that
can be edited)
(Overrides DocumentToMutable.) |
![]() | ToString | Returns a string that represents the current object. (Overrides DocumentToString.) |
Name | Description | |
---|---|---|
![]() | RecursiveEqual |
Tests for equality between two untyped objects, and if they are collections
recursively checks for equality on each entry.
(Defined by Extensions.) |