DittoSharp
0.1.0-alpha3
|
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.
More...
Public Member Functions | |
DittoCollection | Collection (string collectionName) |
A method to reference a DittoCollection . More... | |
Properties | |
unsafe List< string > | CollectionNames [get] |
Gets the names of all collections known about on this device. More... | |
DittoCollection | this[string collectionName] [get] |
Retrieve a DittoCollection . var collection = dittoKit.store["cars"]; More... | |
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.
|
inline |
A method to reference a DittoCollection
.
collectionName | The name of the collection. |
DittoCollection
.
|
get |
Gets the names of all collections known about on this device.
Note, this will return immediately what is in the store.
|
get |
Retrieve a DittoCollection
. var collection = dittoKit.store["cars"];
collectionName | The name of the collection. |
DittoCollection<c>.