Méthode | Description | |
---|---|---|
Ask ( string title, string message ) : bool |
Displays a question in the form of a yes/no response.
|
|
CreateFdoConnection ( string provider, string connectionString, string name ) : void |
Creates the fdo connection.
|
|
CreateFdoFileConnection ( string file, string name ) : void |
Creates the fdo connection.
|
|
GetFileForOpen ( string title, string filter ) : string |
Invokes an open file dialog and returns the selected filename. If no selection was made, an empty string is returned
|
|
GetFileForSave ( string title, string filter ) : string |
Invokes a save file dialog and returns the selected filename. If no selection was made, an empty string is returned
|
|
GetInput ( string title ) : string |
Displays a prompt for user input. If user cancels, null is returned.
|
|
LoadConnection ( string path ) : void |
Loads a saved connection, the name of the connection will be the name of the file (without the file extension)
|
|
PickConnection ( ) : |
Prompts the user for a currently open connection
|
|
ShowMessage ( string title, string message ) : void |
Shows the message in a simple dialog box
|
|
WriteLine ( string msg ) : void |
Writes the specified message to the application console.
|
Méthode | Description | |
---|---|---|
InitializeScriptScope ( ScriptScope scope ) : void |
public static Ask ( string title, string message ) : bool | ||
title | string | |
message | string | |
Résultat | bool |
public static CreateFdoConnection ( string provider, string connectionString, string name ) : void | ||
provider | string | The provider. |
connectionString | string | The connection string. |
name | string | The name. |
Résultat | void |
public static CreateFdoFileConnection ( string file, string name ) : void | ||
file | string | The file. |
name | string | The name. |
Résultat | void |
public static GetFileForOpen ( string title, string filter ) : string | ||
title | string | The title. |
filter | string | The filter. |
Résultat | string |
public static GetFileForSave ( string title, string filter ) : string | ||
title | string | The title. |
filter | string | The filter. |
Résultat | string |
public static GetInput ( string title ) : string | ||
title | string | |
Résultat | string |
public static LoadConnection ( string path ) : void | ||
path | string | |
Résultat | void |
public static PickConnection ( ) : |
||
Résultat |
public static ShowMessage ( string title, string message ) : void | ||
title | string | The title. |
message | string | The message. |
Résultat | void |
public static WriteLine ( string msg ) : void | ||
msg | string | The message |
Résultat | void |