The DataManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
AckedAlarms |
Specifies the list of acked alarms
| |
ActiveAlarms |
Specifies the list of active alarms
| |
Alarms |
The list of incoming alarms
| |
AlarmsByCondition |
A dictionary that (for each alarm style) returns if there are alarms associated to it
| |
Condition |
The condition specifies the condition collection used to generate the style for the row
| |
Context |
The Dispatcher used to run code on the UI thread
| |
DefaultFontFamily |
The default font family applied when the condition font family is null
| |
DefaultFontSize |
The default font size when condition font size is null
| |
DefaultForeground |
The default Foreground when condition is null
| |
Dictionaries |
The list of dictionaries are used to specify a dictionary for each field in the ItemsKey.
| |
DisplayValueBindings |
We can specify a display value (eventually a binding to another value) for each field in the ItemsKey
| |
EventsQueue |
EventsQueue
| |
FieldsMapping |
Maps the index of the fields in the subscription to the index of the fields in the Event notification
| |
Filters |
Specifies the filter used to filter alarms
| |
FiltersRepository |
The repository of the filters used to filter the alarms, for the conditions, the dictionaries etc...
| |
FwxClient |
Defines FwxClient
| |
ItemKeys |
The list of the keys used to get the values from the event field
| |
LineSeparator |
Specifies the separator used to concatenate strings
| |
NormalAlarms |
Specifies the list of normal alarms
| |
NotificationUpdateResetLimit |
Gets or sets the notification reset limit. The limit is used
to decide if updates should be propagated via notifications or sent
just by one alarmReset event.
Updates bigger then the limit value are sent as reset. Update lower or equal to the
limit.
The default value is 5000.
Value must be from interval (100, 5000).
| |
ResolveLanguageAliases |
Checks if we should resolve Language Aliasing
| |
ShouldConcatenate |
Specifies if the array of strings should be concatenated
| |
Subscription |
The subscription managed by this manager
| |
UsageDetails |
The details used to subscribe the point
| |
UseCompatibilityMode |
When set to true the Update notifications are sent with an Update message, instead of Remove + Insert messages
|