C# Class IndexedDBSync.Controllers.ServiceController

Created By: Brij Mohan More info: http://techbrij.com Object: Service for IndexedDB Synchronization
Inheritance: ApiController
Afficher le fichier Open project: techbrij/SyncIndexedDB

Méthodes publiques

Méthode Description
Get ( int revision ) : dynamic

To get the latest changes after the revision

Post ( Newtonsoft.Json.Linq.JObject data ) : dynamic

To save the changes

Method Details

Get() public méthode

To get the latest changes after the revision
public Get ( int revision ) : dynamic
revision int
Résultat dynamic

Post() public méthode

To save the changes
public Post ( Newtonsoft.Json.Linq.JObject data ) : dynamic
data Newtonsoft.Json.Linq.JObject
Résultat dynamic