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

Inheritance: IEndPointTableAdapter
Show file 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