C# 클래스 Sage.Sis.Sdata.Sync.Storage.Jet.TableAdapters.EndpointTableAdapter

상속: IEndpointTableAdapter
파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Add Sage.Sis.Sdata.Sync.Storage.Jet.Syndication.EndpointInfo

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Add ( string endpoint, IJetTransaction jetTransaction ) : EndpointInfo

메소드 상세

EndpointTableAdapter() 공개 메소드

public EndpointTableAdapter ( IEndpointTable endpointTable, SdataContext context ) : System
endpointTable IEndpointTable
context Sage.Sis.Sdata.Sync.Context.SdataContext
리턴 System

GetAll() 공개 메소드

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

GetOrCreate() 공개 메소드

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

SetOriginEndPoint() 공개 메소드

public SetOriginEndPoint ( string endPointBaseUrl, IJetTransaction jetTransaction ) : void
endPointBaseUrl string
jetTransaction IJetTransaction
리턴 void