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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CachedEndpointTableAdapter ( IEndpointTableAdapter endpointTableAdapter ) : System
GetAll ( IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Jet.Syndication.EndpointInfo[]
GetOrCreate ( string endpoint, IJetTransaction jetTransaction ) : EndpointInfo
Load ( IJetTransaction jetTransaction ) : void

Method Details

CachedEndpointTableAdapter() public méthode

public CachedEndpointTableAdapter ( IEndpointTableAdapter endpointTableAdapter ) : System
endpointTableAdapter IEndpointTableAdapter
Résultat System

GetAll() public méthode

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

GetOrCreate() public méthode

public GetOrCreate ( string endpoint, IJetTransaction jetTransaction ) : EndpointInfo
endpoint string
jetTransaction IJetTransaction
Résultat Sage.Sis.Sdata.Sync.Storage.Jet.Syndication.EndpointInfo

Load() public méthode

public Load ( IJetTransaction jetTransaction ) : void
jetTransaction IJetTransaction
Résultat void