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

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

Private Properties

Property Type Description
Add Sage.Sis.Sdata.Sync.Storage.Jet.Syndication.EndpointInfo

Public Methods

Method 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

Method Description
Add ( string endpoint, IJetTransaction jetTransaction ) : EndpointInfo

Method Details

EndpointTableAdapter() public method

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

SetOriginEndPoint() public method

public SetOriginEndPoint ( string endPointBaseUrl, IJetTransaction jetTransaction ) : void
endPointBaseUrl string
jetTransaction IJetTransaction
return void