Click or drag to resize

MutableFragment 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: 0.0.0
Syntax
C#
public sealed class MutableFragment : Fragment, 
	IMutableDictionaryFragment, IMutableArrayFragment

The MutableFragment 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 MutableArray
Public methodToBlob
Gets the contained value as a Blob
(Inherited from Fragment.)
Public methodToBoolean
Gets the contained value as a Boolean
(Inherited from Fragment.)
Public methodToDate
Gets the contained value as a DateTimeOffset
(Inherited from Fragment.)
Public methodToDictionary
Gets the contained value as a MutableDictionary
Public methodToDouble
Gets the contained value as a Double
(Inherited from Fragment.)
Public methodToFloat
Gets the contained value as a Single
(Inherited from Fragment.)
Public methodToInt
Gets the contained value as an Int32
(Inherited from Fragment.)
Public methodToLong
Gets the contained value as an Int64
(Inherited from Fragment.)
Public methodToObject
Gets the contained value as an untyped object
(Inherited from Fragment.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Fragment.)
Top
Fields
  NameDescription
Public fieldStatic memberNull
A mutable fragment representing a "null" value (i.e. non existing). Despite it being mutable, this special value is not allowed to be changed.
Top
See Also