IFragment Interface |
Namespace: Couchbase.Lite
public interface IFragment : IArrayFragment, IDictionaryFragment
The IFragment type exposes the following members.
Name | Description | |
---|---|---|
![]() | Array |
Gets the contained value as a ArrayObject |
![]() | 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 DictionaryObject |
![]() | Double |
Gets the contained value as a Double |
![]() | Exists |
Gets whether or not this object exists in the hierarchy
|
![]() | Float |
Gets the contained value as a Single |
![]() | Int |
Gets the contained value as an Int32 |
![]() | ItemInt32 |
Gets the value of the given index, or lack thereof,
wrapped inside of a IFragment (Inherited from IArrayFragment.) |
![]() | ItemString |
Gets the value of the given key, or lack thereof,
wrapped inside of a IFragment (Inherited from IDictionaryFragment.) |
![]() | Long |
Gets the contained value as an Int64 |
![]() | String |
Gets the contained value as a String |
![]() | Value |
Gets the value of the fragment as an untyped object
|