DittoSharp  0.4.0-alpha3
Properties | List of all members
DittoSharp.DittoSingleDocumentLiveQueryEvent Class Reference

Provides information about a live query event relating to a single document live query. 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. More...
 
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. More...
 

Detailed Description

Provides information about a live query event relating to a single document live query.

Property Documentation

◆ IsInitial

bool DittoSharp.DittoSingleDocumentLiveQueryEvent.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.

◆ OldDocument

DittoDocument DittoSharp.DittoSingleDocumentLiveQueryEvent.OldDocument
get

Gets the snapshot of the last time the document was fired. This can be a null reference if no document previously matched.