C# Class Sage.Sis.Sdata.Sync.Storage.Jet.SyncDigestInfoStoreProvider

Inheritance: ISyncDigestInfoStoreProvider
Datei anzeigen Open project: Sage/SData-Contracts

Public Methods

Method Description
Add ( string resourceKind, SyncDigestEntryInfo info ) : void
Add ( string resourceKind, SyncDigestInfo info ) : void
Get ( string resourceKind, string endPoint ) : SyncDigestEntryInfo
Get ( string resourceKind ) : SyncDigestInfo
SyncDigestInfoStoreProvider ( IJetConnectionProvider jetConnectionProvider, SdataContext context ) : System.Data.OleDb
Update ( string resourceKind, SyncDigestEntryInfo info ) : bool

Method Details

Add() public method

public Add ( string resourceKind, SyncDigestEntryInfo info ) : void
resourceKind string
info Sage.Sis.Sdata.Sync.Storage.Syndication.SyncDigestEntryInfo
return void

Add() public method

public Add ( string resourceKind, SyncDigestInfo info ) : void
resourceKind string
info SyncDigestInfo
return void

Get() public method

public Get ( string resourceKind, string endPoint ) : SyncDigestEntryInfo
resourceKind string
endPoint string
return Sage.Sis.Sdata.Sync.Storage.Syndication.SyncDigestEntryInfo

Get() public method

public Get ( string resourceKind ) : SyncDigestInfo
resourceKind string
return SyncDigestInfo

SyncDigestInfoStoreProvider() public method

public SyncDigestInfoStoreProvider ( IJetConnectionProvider jetConnectionProvider, SdataContext context ) : System.Data.OleDb
jetConnectionProvider IJetConnectionProvider
context Sage.Sis.Sdata.Sync.Context.SdataContext
return System.Data.OleDb

Update() public method

public Update ( string resourceKind, SyncDigestEntryInfo info ) : bool
resourceKind string
info Sage.Sis.Sdata.Sync.Storage.Syndication.SyncDigestEntryInfo
return bool