Document Methods |
The Document type exposes the following members.
Name | Description | |
---|---|---|
Contains |
Checks if a given key is present in the dictionary
(Overrides ReadOnlyDictionaryContains(String).) | |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from ReadOnlyDocument.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetArray |
Gets the value of a given key as an IArray | |
GetBlob |
Gets the value of a given key as a Blob (Overrides ReadOnlyDictionaryGetBlob(String).) | |
GetBoolean |
Gets the value of a given key as a Boolean (Overrides ReadOnlyDictionaryGetBoolean(String).) | |
GetDate |
Gets the value of a given key as a DateTimeOffset (Overrides ReadOnlyDictionaryGetDate(String).) | |
GetDictionary |
Gets the value of a given key as a dictionary
| |
GetDouble |
Gets the value of a given key as a Double (Overrides ReadOnlyDictionaryGetDouble(String).) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
(Overrides ReadOnlyDictionaryGetEnumerator.) | |
GetFloat |
Gets the value of a given key as a Single (Inherited from ReadOnlyDictionary.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetInt |
Gets the value of a given key as an Int32 (Overrides ReadOnlyDictionaryGetInt(String).) | |
GetLong |
Gets the value of a given key as an Int64 (Overrides ReadOnlyDictionaryGetLong(String).) | |
GetObject |
Gets the value of a given key as an untyped object
(Overrides ReadOnlyDictionaryGetObject(String).) | |
GetString |
Gets the value of a given key as a String (Overrides ReadOnlyDictionaryGetString(String).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove |
Removes the given key from this dictionary
| |
Set(IDictionaryString, Object) |
Replaces the contents of this dictionary with the contents of the
given one
| |
Set(String, ArrayObject) |
Sets the given key to the given value
| |
Set(String, Blob) |
Sets the given key to the given value
| |
Set(String, DictionaryObject) |
Sets the given key to the given value
| |
Set(String, Boolean) |
Sets the given key to the given value
| |
Set(String, DateTimeOffset) |
Sets the given key to the given value
| |
Set(String, Double) |
Sets the given key to the given value
| |
Set(String, Int32) |
Sets the given key to the given value
| |
Set(String, Int64) |
Sets the given key to the given value
| |
Set(String, Object) |
Sets the given key to the given value
| |
Set(String, Single) |
Sets the given key to the given value
| |
Set(String, String) |
Sets the given key to the given value
| |
ToDictionary |
Converts this object to a standard .NET string to object
IDictionaryTKey, TValue (Overrides ReadOnlyDictionaryToDictionary.) | |
ToString |
Returns a string that represents the current object.
(Overrides ReadOnlyDocumentToString.) |