C# 클래스 Microsoft.VisualStudio.R.Package.Sql.Publish.SqlPublshOptionsDialog

Interaction logic for SqlPublsh.xaml
상속: PlatformDialogWindow
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
CreateAsync ( IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IProjectConfigurationSettingsProvider pcsp, ISettingsStorage settings ) : Task
CreateAsync ( IApplicationShell appShell, IProjectSystemServices pss, IProjectConfigurationSettingsProvider pcsp, ISettingsStorage settings ) : Task

비공개 메소드들

메소드 설명
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
CodePlacementList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
InitializeModelAsync ( ) : System.Threading.Tasks.Task
InitializeUI ( ) : void
OKButton_Click ( object sender, RoutedEventArgs e ) : void
QuoteTypeList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SaveSettingsAndClose ( ) : void
SqlPublshOptionsDialog ( IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IProjectConfigurationSettingsProvider pcsp, ISettingsStorage settings ) : System.Threading.Tasks
TableName_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
TargetList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
TargetTypeList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

메소드 상세

CreateAsync() 공개 정적인 메소드

public static CreateAsync ( IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IProjectConfigurationSettingsProvider pcsp, ISettingsStorage settings ) : Task
appShell IApplicationShell
pss IProjectSystemServices
fs IFileSystem
pcsp IProjectConfigurationSettingsProvider
settings ISettingsStorage
리턴 Task

CreateAsync() 공개 정적인 메소드

public static CreateAsync ( IApplicationShell appShell, IProjectSystemServices pss, IProjectConfigurationSettingsProvider pcsp, ISettingsStorage settings ) : Task
appShell IApplicationShell
pss IProjectSystemServices
pcsp IProjectConfigurationSettingsProvider
settings ISettingsStorage
리턴 Task