Classes
Class | Description | |
---|---|---|
AlarmConnectionChangedEventArgs |
Extends EventArgs to provide the name of the alarm server and its new state (connected/disconnected)
| |
AlarmData |
An element that represent an alarm notification and all the related properties
| |
AwxDataValue |
Specifies a base class for Generic Types of key pair values
| |
AwxDataValueCollection |
Specifies a collection of AwxDataValue | |
AwxDictionary | ||
AwxExpressionAsyncEngine |
AlarmWorX implementation of ExpressionAsyncEngine.
| |
AwxView |
Base class for the AwxGridView and AwxChartView | |
AwxViewControl |
A WPF UserControl that receives real-time or historical alarms and visualize them in charts or grids
| |
BlinkingEventArgs |
Specifies the blinking or beeping speed of a style
| |
ConditionCollection |
Extends RepositoryList to support RowCondition | |
ConditionsRepository |
Extends Repository to support ConditionCollection | |
Criteria |
This object is used to create custom groups of rows.
| |
DataCriteria |
This object is used to create custom groups of items.
| |
DataDictionary |
Contains a list of DataTranslation. The list is evaluated when new data come from the server in order to translate a value (e.g. an integer) into an human
readable text or a KPI.
| |
DataDictionaryRepository |
A shared repository for DataDictionary. The repository can be used to store DataDictionary and use them wherever it's needed. In this way it's possible
to modify a DataDictionary once and apply the changes everywhere
| |
DataManager |
Base Class for datamanagers
| |
DataRange |
Contains a list of DataCriteria. The list is evaluated when new data element come from the server in order to group a set of elements together
| |
DataRangesRepository | ||
DataRowList |
A Wrapper for the Generics list of AlarmData used to keep compatibility with Scripting
| |
DataStyle |
This class contains a set of properties that defines the style of a data object
The style is applied to the data object when the filter (identified by the FilterKey) is applied as well.
| |
DataStyleRepository |
A shared repository for DataStyleSelector. The repository can be used to store DataStyleSelector and use them wherever it's needed. In this way it's possible
to modify a DataStyleSelector once and apply the changes everywhere
| |
DataStyleSelector |
Contains a list of DataStyle. The list is evaluated when new data come from the server in order to translate an object into a style
(which contains a set of fonts, colors, effects)
| |
DataTranslation |
Base class for translations. Translations can be used to show custom data in the cells of a column, for example images or
localized text
| |
DemoDataManager |
Demo data manager. Used in the design mode in GWX as a container for demo alarms.
| |
DictionariesRepository | ||
ErrorDetailsWindow |
Shows a simple window with the error details
| |
EventNotificationUpdate |
Wrapper for notifications update
| |
HistoricalDataManager |
Manages Historical alarms
| |
HistoryDataControl |
Interaction logic for MoreDataControl.xaml
| |
ImageDataTranslation |
This DataTranslation can be used to show images in the cells of the grid when the related filter can be applied
| |
ImageTranslation |
This ImageTranslation can be used to show images in the cells of the grid when the related AwxFilter can be applied
| |
LoadingNotificationUpdate |
Wrapper for notifications update
| |
NotificationUpdateBase |
Wrapper for notifications update
| |
OperatorComment |
This object is used to show pre-defined comments in the AcknowledgeEditor
| |
OperatorCommentCollection |
A strongly typed OperatorComment collection.
| |
Range |
Extends RepositoryList to support Criteria | |
RangesRepository |
A strongly typed DataRange collection.
| |
RealTimeDataManager |
The new datamanager used to receive alarms
| |
Repository<(Of <(<'TList, TItem>)>)> |
A generic repository for objects. It's used to store complex objects (such as conditions, ranges, dictionaries) in one place and then share them all over the application
| |
RepositoryList<(Of <(<'T>)>)> |
An element of a Repository. It's a generic list of objects with a human readable name and a key used to identify it
| |
RowCondition |
This class contains a set of properties that defines the style of a row in the DataGrid.
The style is applied to the row when the related AwxFilter is applied as well.
| |
TextDataTranslation |
This TextDataTranslation can be used to show custom strings in the cells of the grid when the related filter can be applied
For example it's possible to use this TextDataTranslation to show Human Readable strings instead of simple integer values.
| |
TextTranslation |
This TextTranslation can be used to show custom strings in the cells of the grid when the related AwxFilter can be applied
For example it's possible to use this TextTranslation to show Human Readable strings instead of simple integer values.
|
Delegates
Delegate | Description | |
---|---|---|
AlarmConnectionChangedEventHandler |
An event handler for AlarmConnectionChanged events
|
Enumerations
Enumeration | Description | |
---|---|---|
AckType |
The type of acknowledge
| |
AwxJumpMode |
Specifies whenever the view should jump to a specific position when the Alarm State changes
| |
AwxSortDirection |
Specifies constants that define which header cells are displayed
| |
DataStyleSpeed |
Specifies the blinking or beeping speed of a style
| |
DictionaryType |
The type of Dictionary
|