C# Class Microsoft.VisualStudio.R.Package.Sql.Publish.SqlPublshOptionsDialog

Interaction logic for SqlPublsh.xaml
Inheritance: PlatformDialogWindow
Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
CreateAsync ( IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IProjectConfigurationSettingsProvider pcsp, ISettingsStorage settings ) : Task
CreateAsync ( IApplicationShell appShell, IProjectSystemServices pss, IProjectConfigurationSettingsProvider pcsp, ISettingsStorage settings ) : Task

Private Methods

Method Description
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

Method Details

CreateAsync() public static method

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

CreateAsync() public static method

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