Method | Description | |
---|---|---|
Close ( ) : void |
Closes the view. This raises the ViewContentClosing event
|
|
Confirm ( string title, string message ) : bool |
Make a request for confirmation
|
|
ConfirmFormatted ( string title, string format ) : bool |
Make a request for confirmation
|
|
ShowError ( |
Displays an exception message
|
|
ShowError ( string message ) : void |
Displays an error message
|
|
ShowMessage ( string title, string message ) : void |
Displays an alert message
|
|
ViewContent ( ) : System |
Initializes a new instance of the ViewContent class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnBeforeConnectionRemove ( object sender, |
||
OnConnectionAdded ( object sender, FdoToolbox |
||
OnConnectionRefreshed ( object sender, FdoToolbox |
||
OnConnectionRemoved ( object sender, FdoToolbox |
||
OnConnectionRenamed ( object sender, |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnDisposed ( object sender, |
public Confirm ( string title, string message ) : bool | ||
title | string | The title of the confirmation message |
message | string | The message |
return | bool |
public ConfirmFormatted ( string title, string format ) : bool | ||
title | string | The title of the confirmation message |
format | string | The message template |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnBeforeConnectionRemove ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnConnectionAdded ( object sender, FdoToolbox |
||
sender | object | |
e | FdoToolbox |
|
return | void |
protected OnConnectionRefreshed ( object sender, FdoToolbox |
||
sender | object | |
e | FdoToolbox |
|
return | void |
protected OnConnectionRemoved ( object sender, FdoToolbox |
||
sender | object | |
e | FdoToolbox |
|
return | void |
protected OnConnectionRenamed ( object sender, |
||
sender | object | |
e | ||
return | void |
public ShowError ( |
||
ex | The exception object | |
return | void |
public ShowError ( string message ) : void | ||
message | string | The message |
return | void |
public ShowMessage ( string title, string message ) : void | ||
title | string | The title of this message |
message | string | The message |
return | void |