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

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

Private Properties

Свойство Type Description
Add Sage.Sis.Sdata.Sync.Storage.Jet.Syndication.EndpointInfo

Méthodes publiques

Méthode Description
EndpointTableAdapter ( IEndpointTable endpointTable, SdataContext context ) : System
GetAll ( IJetTransaction jetTransaction ) : Sage.Sis.Sdata.Sync.Storage.Jet.Syndication.EndpointInfo[]
GetOrCreate ( string endpoint, IJetTransaction jetTransaction ) : EndpointInfo
SetOriginEndPoint ( string endPointBaseUrl, IJetTransaction jetTransaction ) : void

Private Methods

Méthode Description
Add ( string endpoint, IJetTransaction jetTransaction ) : EndpointInfo

Method Details

EndpointTableAdapter() public méthode

public EndpointTableAdapter ( IEndpointTable endpointTable, SdataContext context ) : System
endpointTable IEndpointTable
context Sage.Sis.Sdata.Sync.Context.SdataContext
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

SetOriginEndPoint() public méthode

public SetOriginEndPoint ( string endPointBaseUrl, IJetTransaction jetTransaction ) : void
endPointBaseUrl string
jetTransaction IJetTransaction
Résultat void