Document Methods |
The Document type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains | (Inherited from ReadOnlyDocument.) | |
| 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 | (Inherited from ReadOnlyDocument.) | |
| GetBoolean | (Inherited from ReadOnlyDocument.) | |
| GetDate | (Inherited from ReadOnlyDocument.) | |
| GetDictionary |
Gets the value of a given key as a dictionary
| |
| GetDouble | (Inherited from ReadOnlyDocument.) | |
| GetEnumerator | (Inherited from ReadOnlyDocument.) | |
| GetFloat | (Inherited from ReadOnlyDocument.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInt | (Inherited from ReadOnlyDocument.) | |
| GetLong | (Inherited from ReadOnlyDocument.) | |
| GetObject | (Inherited from ReadOnlyDocument.) | |
| GetString | (Inherited from ReadOnlyDocument.) | |
| 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 | (Inherited from ReadOnlyDocument.) | |
| ToString |
Returns a string that represents the current object.
(Overrides ReadOnlyDocumentToString.) |