Method | Description | |
---|---|---|
ApplyItem ( |
Update/Delete an existing item in the local database. This method is called to apply changes received in the upload response.
|
|
CloseConnection ( ) : void | ||
DeleteItem ( |
||
DeleteItemUsingMetadataId ( |
||
DeleteList ( |
||
DeleteListUsingMetadataId ( |
||
DeletePriority ( |
||
DeleteStatus ( |
||
DeleteTag ( |
||
DeleteTagItemMapping ( |
||
Dispose ( ) : void | ||
GetAllItems ( System.Guid listId ) : List |
||
GetAllLists ( ) : object | ||
GetAllPriority ( ) : List |
||
GetAllStatus ( ) : List |
||
GetAllTags ( ) : List |
||
GetAnchor ( ) : byte[] |
Get the anchor/blob that was last saved received from the service.
|
|
GetChanges ( System.Guid state ) : IEnumerable |
Gets all entities that were created/modified/deleted locally after the last sync.
|
|
InsertItem ( |
||
InsertItem ( |
||
InsertList ( |
||
InsertList ( |
||
InsertPriority ( |
||
InsertStatus ( |
||
InsertTag ( |
||
InsertTagItemMapping ( |
||
InsertTagItemMapping ( |
||
InsertUser ( |
||
ItemExists ( |
||
ListExists ( |
||
PriorityExists ( |
||
ResetDirtyAndDeleteTombstones ( ) : void |
Delete all tombstones and reset all the IsDirty bits from tables. This method is called after a successful upload to clear the local tracking information.
|
|
SaveAnchor ( byte anchor ) : void |
Save the blob that was retrieved from the service.
|
|
SaveDownloadedChanges ( byte serverBlob, IEnumerable |
Save changes retrieved from the sync service. This method is called to save changes from a download response.
|
|
SqlCeStorageHandler ( ) : System | ||
StatusExists ( |
||
TagExists ( |
||
TagItemMappingExists ( |
||
TombstoneItem ( |
||
TombstoneList ( |
||
TombstoneTagItemMapping ( |
||
UpdateItem ( |
||
UpdateItem ( |
||
UpdateList ( |
||
UpdateList ( |
||
UpdatePriority ( SqlCeOfflineEntity entity ) : void | ||
UpdateStatus ( SqlCeOfflineEntity entity ) : void | ||
UpdateTag ( SqlCeOfflineEntity entity ) : void | ||
UserExists ( SqlCeOfflineEntity entity ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
GetSqlCeConnection ( ) : SqlCeConnection |
public ApplyItem ( |
||
entity | ||
return | void |
public DeleteItem ( |
||
entity | ||
return | void |
public DeleteItemUsingMetadataId ( |
||
entity | ||
return | void |
public DeleteList ( |
||
entity | ||
return | void |
public DeleteListUsingMetadataId ( |
||
entity | ||
return | void |
public DeletePriority ( |
||
entity | ||
return | void |
public DeleteStatus ( |
||
entity | ||
return | void |
public DeleteTag ( |
||
entity | ||
return | void |
public DeleteTagItemMapping ( |
||
entity | ||
return | void |
public GetAllItems ( System.Guid listId ) : List |
||
listId | System.Guid | |
return | List |
public GetChanges ( System.Guid state ) : IEnumerable |
||
state | System.Guid | A unique identifier for the changes that are uploaded |
return | IEnumerable |
public InsertItem ( |
||
entity | ||
return | void |
public InsertItem ( |
||
entity | ||
isDirty | bool | |
return | void |
public InsertList ( |
||
entity | ||
return | void |
public InsertList ( |
||
entity | ||
isDirty | bool | |
return | void |
public InsertPriority ( |
||
entity | ||
return | void |
public InsertStatus ( |
||
entity | ||
return | void |
public InsertTag ( |
||
entity | ||
return | void |
public InsertTagItemMapping ( |
||
entity | ||
return | void |
public InsertTagItemMapping ( |
||
entity | ||
isDirty | bool | |
return | void |
public InsertUser ( |
||
entity | ||
return | void |
public ItemExists ( |
||
entity | ||
return | bool |
public ListExists ( |
||
entity | ||
return | bool |
public PriorityExists ( |
||
entity | ||
return | bool |
public ResetDirtyAndDeleteTombstones ( ) : void | ||
return | void |
public SaveAnchor ( byte anchor ) : void | ||
anchor | byte | Server blob |
return | void |
public SaveDownloadedChanges ( byte serverBlob, IEnumerable |
||
serverBlob | byte | New blob received from the service. |
entities | IEnumerable |
List of entities received from the service. |
return | void |
public StatusExists ( |
||
entity | ||
return | bool |
public TagExists ( |
||
entity | ||
return | bool |
public TagItemMappingExists ( |
||
entity | ||
return | bool |
public TombstoneItem ( |
||
entity | ||
return | void |
public TombstoneList ( |
||
entity | ||
return | void |
public TombstoneTagItemMapping ( |
||
entity | ||
return | void |
public UpdateItem ( |
||
entity | ||
return | void |
public UpdateItem ( |
||
entity | ||
isDirty | bool | |
return | void |
public UpdateList ( |
||
entity | ||
return | void |
public UpdateList ( |
||
entity | ||
isDirty | bool | |
return | void |
public UpdatePriority ( SqlCeOfflineEntity entity ) : void | ||
entity | SqlCeOfflineEntity | |
return | void |
public UpdateStatus ( SqlCeOfflineEntity entity ) : void | ||
entity | SqlCeOfflineEntity | |
return | void |
public UpdateTag ( SqlCeOfflineEntity entity ) : void | ||
entity | SqlCeOfflineEntity | |
return | void |
public UserExists ( SqlCeOfflineEntity entity ) : bool | ||
entity | SqlCeOfflineEntity | |
return | bool |