C# 클래스 IndexedDBSync.Controllers.ServiceController

Created By: Brij Mohan More info: http://techbrij.com Object: Service for IndexedDB Synchronization
상속: ApiController
파일 보기 프로젝트 열기: techbrij/SyncIndexedDB

공개 메소드들

메소드 설명
Get ( int revision ) : dynamic

To get the latest changes after the revision

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

To save the changes

메소드 상세

Get() 공개 메소드

To get the latest changes after the revision
public Get ( int revision ) : dynamic
revision int
리턴 dynamic

Post() 공개 메소드

To save the changes
public Post ( Newtonsoft.Json.Linq.JObject data ) : dynamic
data Newtonsoft.Json.Linq.JObject
리턴 dynamic