DittoSharp  0.1.0-alpha3
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NDittoSharp
 CAttachmentTokenException
 CDittoAttachmentA reference to a binary attachment file
 CDittoAttachmentFetcher
 CDittoAttachmentStatus
 CCompleted
 CDeleted
 CIncomplete
 CDittoAttachmentToken
 CDittoCollection
 CDittoDBConfig
 CDittoDocumentA document in a DittoCollection
 CDittoDocumentPath
 CDittoIdentity
 CDittoKit
 CDittoLiveQueryA 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
 CDittoLiveQueryEvent
 CInitial
 CUpdateA description of updates that occurred between the current and previous times that the live query handler was fired
 CDittoLiveQueryMove
 CDittoMutableDocumentA 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
 CDittoMutableDocumentPath
 CDittoPendingCursorOperation
 CDittoPendingIDSpecificOperation
 CDittoSingleDocumentLiveQueryEvent
 CDittoStoreA class encompassing functionality relating to the embedded storage. This is not a class you instantiate directly. Instead you access DittoStore objects using DittoKit.Store
 CDittoSubscriptionA 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
 CDittoUpdateResult
 CIncremented
 CInserted
 CPopped
 CPushed
 CRemoved
 CReplacedWithCounter
 CSet
 CDittoWriteTransaction
 CDocumentPath