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

Inheritance: IEndpointTableAdapter
显示文件 Open project: Sage/SData-Contracts

Private Properties

Property Type Description

Public Methods

Method 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 method

public CachedEndpointTableAdapter ( IEndpointTableAdapter endpointTableAdapter ) : System
endpointTableAdapter IEndpointTableAdapter
return System

GetAll() public method

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

GetOrCreate() public method

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

Load() public method

public Load ( IJetTransaction jetTransaction ) : void
jetTransaction IJetTransaction
return void