C# Class Sage.Sis.Sdata.Sync.Storage.Jet.TableAdapters.CorrelatedResSyncTableAdapter

Inheritance: ICorrelatedResSyncTableAdapter
Afficher le fichier Open project: Sage/SData-Contracts

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CorrelatedResSyncTableAdapter ( ICorrelatedResSyncTable correlatedResSyncTable, SdataContext context ) : System
GetAll ( IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
GetByLocalId ( string localIds, IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
GetByUuids ( System.Guid uuids, IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
GetSinceTick ( int endpointId, int tick, IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
GetSincetick ( int EndPointId, int tick, IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
Insert ( CorrelatedResSyncInfo info, IJetTransaction jetTransaction ) : void
Remove ( System.Guid uuid, IJetTransaction jetTransaction ) : void
Update ( CorrelatedResSyncInfo info, IJetTransaction jetTransaction ) : bool

Method Details

CorrelatedResSyncTableAdapter() public méthode

public CorrelatedResSyncTableAdapter ( ICorrelatedResSyncTable correlatedResSyncTable, SdataContext context ) : System
correlatedResSyncTable ICorrelatedResSyncTable
context Sage.Sis.Sdata.Sync.Context.SdataContext
Résultat System

GetAll() public méthode

public GetAll ( IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
jetTransaction IJetTransaction
Résultat Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]

GetByLocalId() public méthode

public GetByLocalId ( string localIds, IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
localIds string
jetTransaction IJetTransaction
Résultat Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]

GetByUuids() public méthode

public GetByUuids ( System.Guid uuids, IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
uuids System.Guid
jetTransaction IJetTransaction
Résultat Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]

GetSinceTick() public méthode

public GetSinceTick ( int endpointId, int tick, IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
endpointId int
tick int
jetTransaction IJetTransaction
Résultat Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]

GetSincetick() public méthode

public GetSincetick ( int EndPointId, int tick, IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]
EndPointId int
tick int
jetTransaction IJetTransaction
Résultat Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo[]

Insert() public méthode

public Insert ( CorrelatedResSyncInfo info, IJetTransaction jetTransaction ) : void
info Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo
jetTransaction IJetTransaction
Résultat void

Remove() public méthode

public Remove ( System.Guid uuid, IJetTransaction jetTransaction ) : void
uuid System.Guid
jetTransaction IJetTransaction
Résultat void

Update() public méthode

public Update ( CorrelatedResSyncInfo info, IJetTransaction jetTransaction ) : bool
info Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo
jetTransaction IJetTransaction
Résultat bool