C# Class ORM.VSPackage.ImportWindowSqlServer.ViewModels.ImportViewModel

Inheritance: BindableBase
Afficher le fichier Open project: thabart/SimpleOrm Class Usage Examples

Méthodes publiques

Méthode Description
ImportViewModel ( ) : System.Text

Private Methods

Méthode Description
CreateConnectionString ( ) : string

Create and returns the connection string.

CreateConnectionStringWithoutCatalog ( ) : string

Create and returns the connection string without catalog name.

DeployCatalogCommandExecute ( ) : void

This callback is called when the catalog combobox is deployed.

GenerateTablesCommandExecute ( ) : void
GetColumnDefinitions ( string tableName, string connectionString, List columnDefinitions ) : System.Threading.Tasks.Task
GetDatabases ( string connectionString ) : Task>

Returns the databases name.

GetTables ( string connectionString ) : Task>
IsConnectionStringValid ( string connectionString ) : Task
RegisterCommands ( ) : void
TestConnectionCommandExecute ( ) : void

Check the connection string is correct.

Method Details

ImportViewModel() public méthode

public ImportViewModel ( ) : System.Text
Résultat System.Text