MutableFragment Class |
Namespace: Couchbase.Lite
public sealed class MutableFragment : Fragment, IMutableDictionaryFragment, IMutableArrayFragment
The MutableFragment type exposes the following members.
| Name | Description | |
|---|---|---|
| Exists |
Gets whether or not this object exists in the hierarchy
(Inherited from Fragment.) | |
| ItemInt32 |
Gets the value of an arbitrary index
| |
| ItemString |
Gets the value of an arbitrary String key
| |
| Value |
Gets or sets the value of the fragment
(Overrides FragmentValue.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToArray |
Gets the contained value as an MutableArray | |
| ToBlob |
Gets the contained value as a Blob (Inherited from Fragment.) | |
| ToBoolean |
Gets the contained value as a Boolean (Inherited from Fragment.) | |
| ToDate |
Gets the contained value as a DateTimeOffset (Inherited from Fragment.) | |
| ToDictionary |
Gets the contained value as a MutableDictionary | |
| ToDouble |
Gets the contained value as a Double (Inherited from Fragment.) | |
| ToFloat |
Gets the contained value as a Single (Inherited from Fragment.) | |
| ToInt |
Gets the contained value as an Int32 (Inherited from Fragment.) | |
| ToLong |
Gets the contained value as an Int64 (Inherited from Fragment.) | |
| ToObject |
Gets the contained value as an untyped object
(Inherited from Fragment.) | |
| ToString |
Returns a string that represents the current object.
(Inherited from Fragment.) |
| Name | Description | |
|---|---|---|
| Null |
A mutable fragment representing a "null" value (i.e. non existing). Despite
it being mutable, this special value is not allowed to be changed.
|