Click or drag to resize

Fragment Class

A class representing an arbitrary entry in a key path (e.g. object["key"][index]["next_key"], etc)
Inheritance Hierarchy

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public sealed class Fragment : ReadOnlyFragment, 
	IDictionaryFragment, IArrayFragment

The Fragment type exposes the following members.

Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToArray
Gets the contained value as an ArrayObject
Public methodToBlob
Gets the contained value as a Blob
(Inherited from ReadOnlyFragment.)
Public methodToBoolean
Gets the contained value as a Boolean
(Inherited from ReadOnlyFragment.)
Public methodToDate
Gets the contained value as a DateTimeOffset
(Inherited from ReadOnlyFragment.)
Public methodToDictionary
Gets the contained value as a DictionaryObject
Public methodToDouble
Gets the contained value as a Double
(Inherited from ReadOnlyFragment.)
Public methodToInt
Gets the contained value as an Int32
(Inherited from ReadOnlyFragment.)
Public methodToLong
Gets the contained value as an Int64
(Inherited from ReadOnlyFragment.)
Public methodToObject
Gets the contained value as an untyped object
(Inherited from ReadOnlyFragment.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ReadOnlyFragment.)
Top
See Also