UtilsTExtension Class |
Namespace: EBP.Api
The UtilsTExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| CatchTException |
Catches the exception in a specific type
| |
| CreateEntryFormT(String, IEntryFormFactoryArgs) |
Create an entry form
| |
| CreateEntryFormT(String, Object) |
Create an entry form
| |
| CreateError |
Create an error from a error kind and a message
| |
| GetInterfaceT |
Gets an interface of the specified type
| |
| ShowErrors(IWin32Window, IErrors) |
Show the errors in the errors dialog
| |
| ShowErrors(IWin32Window, IException) |
Show an exception in the errors dialog
| |
| ShowErrors(IWin32Window, Exception) |
Show an exception in the errors dialog
| |
| ShowErrors(IWin32Window, ErrorKind, String) |
Show an error message in the errors dialog
|