C# 클래스 Sage.Integration.Northwind.Sync.CorrelatedResSyncInfoStore

상속: ICorrelatedResSyncInfoStore
파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string resourceKind, CorrelatedResSyncInfo info ) : void
CorrelatedResSyncInfoStore ( ICorrelatedResSyncInfoStoreProvider provider ) : System
Delete ( string resourceKind, System.Guid uuid ) : void
GetAll ( string resourceKind ) : ICorrelatedResSyncInfoEnumerator
GetByLocalId ( string resourceKind, string localIds ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
GetByUuid ( string resourceKind, System.Guid uuids ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
GetPaged ( string resourceKind, int pageNumber, int itemsPerPage, int &totalResult ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
GetSinceTick ( string resourceKind, string endpoint, int tick ) : ICorrelatedResSyncInfoEnumerator
GetSincetick ( string resourceKind, string EndPoint, int tick ) : ICorrelatedResSyncInfoEnumerator
Put ( string resourceKind, CorrelatedResSyncInfo info ) : void
Update ( string resourceKind, CorrelatedResSyncInfo updateInfo ) : void

메소드 상세

Add() 공개 메소드

public Add ( string resourceKind, CorrelatedResSyncInfo info ) : void
resourceKind string
info Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo
리턴 void

CorrelatedResSyncInfoStore() 공개 메소드

public CorrelatedResSyncInfoStore ( ICorrelatedResSyncInfoStoreProvider provider ) : System
provider ICorrelatedResSyncInfoStoreProvider
리턴 System

Delete() 공개 메소드

public Delete ( string resourceKind, System.Guid uuid ) : void
resourceKind string
uuid System.Guid
리턴 void

GetAll() 공개 메소드

public GetAll ( string resourceKind ) : ICorrelatedResSyncInfoEnumerator
resourceKind string
리턴 ICorrelatedResSyncInfoEnumerator

GetByLocalId() 공개 메소드

public GetByLocalId ( string resourceKind, string localIds ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
resourceKind string
localIds string
리턴 Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]

GetByUuid() 공개 메소드

public GetByUuid ( string resourceKind, System.Guid uuids ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
resourceKind string
uuids System.Guid
리턴 Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]

GetPaged() 공개 메소드

public GetPaged ( string resourceKind, int pageNumber, int itemsPerPage, int &totalResult ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
resourceKind string
pageNumber int
itemsPerPage int
totalResult int
리턴 Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]

GetSinceTick() 공개 메소드

public GetSinceTick ( string resourceKind, string endpoint, int tick ) : ICorrelatedResSyncInfoEnumerator
resourceKind string
endpoint string
tick int
리턴 ICorrelatedResSyncInfoEnumerator

GetSincetick() 공개 메소드

public GetSincetick ( string resourceKind, string EndPoint, int tick ) : ICorrelatedResSyncInfoEnumerator
resourceKind string
EndPoint string
tick int
리턴 ICorrelatedResSyncInfoEnumerator

Put() 공개 메소드

public Put ( string resourceKind, CorrelatedResSyncInfo info ) : void
resourceKind string
info Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo
리턴 void

Update() 공개 메소드

public Update ( string resourceKind, CorrelatedResSyncInfo updateInfo ) : void
resourceKind string
updateInfo Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo
리턴 void