C# 클래스 OData4.UI.ConnectionDialog

파일 보기 프로젝트 열기: meancrazy/LINQPadOData4

공개 메소드들

메소드 설명
ConnectionDialog ( ConnectionProperties connectionProperties ) : System

보호된 메소드들

메소드 설명
OnSourceInitialized ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CustomHeaders ( object sender, RoutedEventArgs e ) : void
GetWindowLong ( IntPtr hWnd, int nIndex ) : uint
OnOkClick ( object sender, RoutedEventArgs e ) : void
SetWindowLong ( IntPtr hWnd, int nIndex, uint dwNewLong ) : int
WebProxySetup ( object sender, RoutedEventArgs e ) : void

메소드 상세

ConnectionDialog() 공개 메소드

public ConnectionDialog ( ConnectionProperties connectionProperties ) : System
connectionProperties ConnectionProperties
리턴 System

OnSourceInitialized() 보호된 메소드

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void