C# 클래스 Sage.Sis.Sdata.Sync.Storage.Jet.CorrelatedResSyncStoreProvider

상속: ICorrelatedResSyncInfoStoreProvider
파일 보기 프로젝트 열기: Sage/SData-Contracts

공개 메소드들

메소드 설명
Add ( string resourceKind, CorrelatedResSyncInfo info ) : void
CorrelatedResSyncStoreProvider ( IJetConnectionProvider jetConnectionProvider, SdataContext context ) : 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
Update ( string resourceKind, CorrelatedResSyncInfo info ) : void

비공개 메소드들

메소드 설명
GetAdapter ( string resourceKind ) : ICorrelatedResSyncTableAdapter

메소드 상세

Add() 공개 메소드

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

CorrelatedResSyncStoreProvider() 공개 메소드

public CorrelatedResSyncStoreProvider ( IJetConnectionProvider jetConnectionProvider, SdataContext context ) : System
jetConnectionProvider IJetConnectionProvider
context Sage.Sis.Sdata.Sync.Context.SdataContext
리턴 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

Update() 공개 메소드

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