DittoSharp
0.1.0-alpha3
|
▼NDittoSharp | |
CAttachmentTokenException | |
CDittoAttachment | A reference to a binary attachment file |
CDittoAttachmentFetcher | |
▼CDittoAttachmentStatus | |
CCompleted | |
CDeleted | |
CIncomplete | |
CDittoAttachmentToken | |
CDittoCollection | |
CDittoDBConfig | |
CDittoDocument | A document in a DittoCollection |
CDittoDocumentPath | |
CDittoIdentity | |
CDittoKit | |
CDittoLiveQuery | A 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 | |
CUpdate | A description of updates that occurred between the current and previous times that the live query handler was fired |
CDittoLiveQueryMove | |
CDittoMutableDocument | A 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 | |
CDittoStore | A class encompassing functionality relating to the embedded storage. This is not a class you instantiate directly. Instead you access DittoStore objects using DittoKit.Store |
CDittoSubscription | A 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 |