IMutableFragment Interface |
Namespace: Couchbase.Lite
public interface IMutableFragment : IMutableArrayFragment, IMutableDictionaryFragment
The IMutableFragment type exposes the following members.
| Name | Description | |
|---|---|---|
| Array |
Gets the contained value as a MutableArray | |
| Blob |
Gets the contained value as a Blob | |
| Boolean |
Gets the contained value as a Boolean | |
| Date |
Gets the contained value as a DateTimeOffset | |
| Dictionary |
Gets the contained value as a MutableDictionary | |
| Double |
Gets the contained value as a Double | |
| Float |
Gets the contained value as a Single | |
| Int |
Gets the contained value as an Int32 | |
| ItemInt32 |
Gets the value of an arbitrary index
(Inherited from IMutableArrayFragment.) | |
| ItemString |
Gets the value of an arbitrary String key
(Inherited from IMutableDictionaryFragment.) | |
| Long |
Gets the contained value as an Int64 | |
| String |
Gets the contained value as a String | |
| Value |
Gets or sets the value of the fragment as an untyped object
|