The RealTimeDataManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
AckedAlarms |
Specifies the list of acked alarms
(Inherited from DataManager.) | |
ActiveAlarms |
Specifies the list of active alarms
(Inherited from DataManager.) | |
Alarms |
The list of incoming alarms
(Inherited from DataManager.) | |
AlarmsByCondition |
A dictionary that (for each alarm style) returns if there are alarms associated to it
(Inherited from DataManager.) | |
AllowEmptyRows |
Specifies if the rows should be cleaned rather than deleted
| |
ApplicationName |
Specifies progress string
| |
Condition |
The condition specifies the condition collection used to generate the style for the row
(Inherited from DataManager.) | |
Context |
The Dispatcher used to run code on the UI thread
(Inherited from DataManager.) | |
DefaultConfirmationString |
String used when reporting alarm confirmation
| |
DefaultFontFamily |
The default font family applied when the condition font family is null
(Inherited from DataManager.) | |
DefaultFontSize |
The default font size when condition font size is null
(Inherited from DataManager.) | |
DefaultForeground |
The default Foreground when condition is null
(Inherited from DataManager.) | |
Dictionaries |
The list of dictionaries are used to specify a dictionary for each field in the ItemsKey.
(Inherited from DataManager.) | |
DisplayValueBindings |
We can specify a display value (eventually a binding to another value) for each field in the ItemsKey
(Inherited from DataManager.) | |
EventsQueue |
EventsQueue
(Inherited from DataManager.) | |
FieldsMapping |
Maps the index of the fields in the subscription to the index of the fields in the Event notification
(Inherited from DataManager.) | |
Filters |
Specifies the filter used to filter alarms
(Inherited from DataManager.) | |
FiltersRepository |
The repository of the filters used to filter the alarms, for the conditions, the dictionaries etc...
(Inherited from DataManager.) | |
FwxClient |
Defines FwxClient
(Inherited from DataManager.) | |
ItemKeys |
The list of the keys used to get the values from the event field
(Inherited from DataManager.) | |
LineSeparator |
Specifies the separator used to concatenate strings
(Inherited from DataManager.) | |
MaxEvents |
The maximum number of simple events that should be kept in the viewer
| |
NormalAlarms |
Specifies the list of normal alarms
(Inherited from DataManager.) | |
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).
(Inherited from DataManager.) | |
ResolveLanguageAliases |
Checks if we should resolve Language Aliasing
(Inherited from DataManager.) | |
ShouldConcatenate |
Specifies if the array of strings should be concatenated
(Inherited from DataManager.) | |
ShowMachineName |
The machine name will be shown in the ActorID when Acking
| |
Subscription |
The subscription managed by this manager
(Inherited from DataManager.) | |
UsageDetails |
The details used to subscribe the point
(Inherited from DataManager.) | |
UseCompatibilityMode |
When set to true the Update notifications are sent with an Update message, instead of Remove + Insert messages
(Inherited from DataManager.) |