Ditto 1.1.8
|
Provides information about a live query event relating to a single document live query. More...
Public Member Functions | |
ulong | Hash (DittoDocument document) |
Returns a hash that represents the document. More... | |
string | HashMnemonic (DittoDocument document) |
Returns a pattern of words that together create a mnemonic, which represents the document. More... | |
Properties | |
bool | IsInitial [get] |
Gets a value indicating whether this is the first time the live query is fired. This will be true if this event is the first time the live query is fired. This will be false for subsequent updates. | |
DittoDocument | OldDocument [get] |
Gets the snapshot of the last time the document was fired. This can be a null reference if no document previously matched. | |
Provides information about a live query event relating to a single document live query.
|
inline |
Returns a hash that represents the document.
document | The document from the live query event. |
|
inline |
Returns a pattern of words that together create a mnemonic, which represents the document.
document | The document from the live query event. |