Fragment Class |
Namespace: Couchbase.Lite
public sealed class Fragment : ReadOnlyFragment, IDictionaryFragment, IArrayFragment
The Fragment type exposes the following members.
| Name | Description | |
|---|---|---|
| Exists |
Gets whether or not this object exists in the hierarchy
(Overrides ReadOnlyFragmentExists.) | |
| ItemInt32 |
Gets the value of an arbitrary index
| |
| ItemString |
Gets the value of an arbitrary String key
| |
| Value |
Gets or sets the value of this object
|
| 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 ArrayObject | |
| ToBlob |
Gets the contained value as a Blob (Inherited from ReadOnlyFragment.) | |
| ToBoolean |
Gets the contained value as a Boolean (Inherited from ReadOnlyFragment.) | |
| ToDate |
Gets the contained value as a DateTimeOffset (Inherited from ReadOnlyFragment.) | |
| ToDictionary |
Gets the contained value as a DictionaryObject | |
| ToDouble |
Gets the contained value as a Double (Inherited from ReadOnlyFragment.) | |
| ToInt |
Gets the contained value as an Int32 (Inherited from ReadOnlyFragment.) | |
| ToLong |
Gets the contained value as an Int64 (Inherited from ReadOnlyFragment.) | |
| ToObject |
Gets the contained value as an untyped object
(Inherited from ReadOnlyFragment.) | |
| ToString |
Returns a string that represents the current object.
(Inherited from ReadOnlyFragment.) |