Click or drag to resize

IFragment Interface

An interface representing a readonly entry in a key-value path on an object.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public interface IFragment : IArrayFragment, 
	IDictionaryFragment

The IFragment type exposes the following members.

Properties
  NameDescription
Public propertyArray
Gets the contained value as a ArrayObject
Public propertyBlob
Gets the contained value as a Blob
Public propertyBoolean
Gets the contained value as a Boolean
Public propertyDate
Gets the contained value as a DateTimeOffset
Public propertyDictionary
Gets the contained value as a DictionaryObject
Public propertyDouble
Gets the contained value as a Double
Public propertyExists
Gets whether or not this object exists in the hierarchy
Public propertyFloat
Gets the contained value as a Single
Public propertyInt
Gets the contained value as an Int32
Public propertyItemInt32
Gets the value of the given index, or lack thereof, wrapped inside of a IFragment
(Inherited from IArrayFragment.)
Public propertyItemString
Gets the value of the given key, or lack thereof, wrapped inside of a IFragment
(Inherited from IDictionaryFragment.)
Public propertyLong
Gets the contained value as an Int64
Public propertyString
Gets the contained value as a String
Public propertyValue
Gets the value of the fragment as an untyped object
Top
See Also