DittoSharp  0.1.0-alpha4
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CDittoSharp.DittoAttachmentA reference to a binary attachment file
 CDittoSharp.DittoAttachmentStatus
 CDittoSharp.DittoAttachmentStatus.Completed
 CDittoSharp.DittoAttachmentStatus.Deleted
 CDittoSharp.DittoAttachmentStatus.Incomplete
 CDittoSharp.DittoAttachmentToken
 CDittoSharp.DittoCollection
 CDittoSharp.DittoDBConfig
 CDittoSharp.DittoDocumentA document in a DittoCollection
 CDittoSharp.DittoIdentity
 CDittoSharp.DittoLiveQueryEvent
 CDittoSharp.DittoLiveQueryEvent.Initial
 CDittoSharp.DittoLiveQueryEvent.UpdateA description of updates that occurred between the current and previous times that the live query handler was fired
 CDittoSharp.DittoLiveQueryMove
 CDittoSharp.DittoMutableDocumentA special reference to a DittoDocument that can be used to perform mutation on a document. Do not instantiate directly. This reference should never leave the scope of the lambda provided as part of a call to DittoPendingCursorOperation.Update(System.Action<List<DittoMutableDocument>>) or DittoPendingIDSpecificOperation.Update(System.Action<DittoMutableDocument>) and should not be used across different threads
 CDittoSharp.DittoPendingCursorOperation
 CDittoSharp.DittoPendingIDSpecificOperation
 CDittoSharp.DittoSingleDocumentLiveQueryEvent
 CDittoSharp.DittoStoreA class encompassing functionality relating to the embedded storage. This is not a class you instantiate directly. Instead you access DittoStore objects using DittoKit.Store
 CDittoSharp.DittoUpdateResult
 CDittoSharp.DittoUpdateResult.Incremented
 CDittoSharp.DittoUpdateResult.Inserted
 CDittoSharp.DittoUpdateResult.Popped
 CDittoSharp.DittoUpdateResult.Pushed
 CDittoSharp.DittoUpdateResult.Removed
 CDittoSharp.DittoUpdateResult.ReplacedWithCounter
 CDittoSharp.DittoUpdateResult.Set
 CDittoSharp.DocumentPath
 CDittoSharp.DittoDocumentPath
 CDittoSharp.DittoMutableDocumentPath
 CException
 CDittoSharp.AttachmentTokenException
 CIDisposable
 CDittoSharp.DittoAttachmentFetcher
 CDittoSharp.DittoKit
 CDittoSharp.DittoLiveQueryA reference to a Live Query. The live query will respond to any changes relevant to the query that occur in the device's data store, . Do not instantiate this by itself. The live query will keep the handler informed of all changes so long as it is not garbage collected or disposed. To stop listening to changes, dispose of the instance manually
 CDittoSharp.DittoSubscriptionA reference to a subscription to data with other remote peers. You do not instantiate DittoSubscription objects directly. Instead they are created by calling DittoPendingCursorOperation.Subscribe or DittoPendingIDSpecificOperation.Subscribe
 CDittoSharp.DittoWriteTransaction