C# 클래스 SSISRabbitMQ.RabbitMQConnectionManager.RabbitMQConnectionManagerUI

상속: IDtsConnectionManagerUI
파일 보기 프로젝트 열기: kzhen/SSISRabbitMQ

공개 메소드들

메소드 설명
Delete ( IWin32Window parentWindow ) : void
Edit ( IWin32Window parentWindow, Connections connections, ConnectionManagerUIArgs connectionUIArg ) : bool
Initialize ( ConnectionManager connectionManager, IServiceProvider serviceProvider ) : void
New ( IWin32Window parentWindow, Connections connections, ConnectionManagerUIArgs connectionUIArg ) : bool

비공개 메소드들

메소드 설명
EditConnection ( IWin32Window parentWindow ) : bool

메소드 상세

Delete() 공개 메소드

public Delete ( IWin32Window parentWindow ) : void
parentWindow IWin32Window
리턴 void

Edit() 공개 메소드

public Edit ( IWin32Window parentWindow, Connections connections, ConnectionManagerUIArgs connectionUIArg ) : bool
parentWindow IWin32Window
connections Connections
connectionUIArg ConnectionManagerUIArgs
리턴 bool

Initialize() 공개 메소드

public Initialize ( ConnectionManager connectionManager, IServiceProvider serviceProvider ) : void
connectionManager ConnectionManager
serviceProvider IServiceProvider
리턴 void

New() 공개 메소드

public New ( IWin32Window parentWindow, Connections connections, ConnectionManagerUIArgs connectionUIArg ) : bool
parentWindow IWin32Window
connections Connections
connectionUIArg ConnectionManagerUIArgs
리턴 bool