Interaction logic for TAlarmWindow.xaml
Namespace:
T.Wpf.RunControls
Assembly: T.Wpf (in T.Wpf.dll)
Top
Top
Assembly: T.Wpf (in T.Wpf.dll)
<System.Reflection.Obfuscation(Feature = "renaming", ApplyToMembers = true)> _
Public Class TAlarmWindow
Inherits UserControl
Implements IComponentConnector, _
IBindingHandler, _
IDisplayComponent, _
IListChanged, _
IClipboardSafe
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Feature = "renaming", ApplyToMembers = true)]
public class TAlarmWindow : UserControl,
IComponentConnector,
IBindingHandler,
IDisplayComponent,
IListChanged,
IClipboardSafe
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
Display24HFormat | Display date time in 24H format |
| Name | Description | |
|---|---|---|
|
AckPage() | Ack visible alarms |
|
ExportToCsv(string, string) | Export alarms to file (CSV Format) |
|
ExportToXml(string) | Export alarms to file (XML Format) |
|
GetItems() | Get all items |
|
GetSelectedRows() | Get selected rows |
|
Print(string, string, string, bool) | Print alarms |
|
Refresh() | Refresh control |
T.Wpf.RunControls.TAlarmWindow