The DataManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataManager |
Default constructor
|
Methods
Name | Description | |
---|---|---|
ApplyChanges |
Refreshes the Alarms List. Filter is re-applied, Aliases, Conditions, Dictionaries are re-calculated.
| |
Connect |
Connects the point of the selected subscription
| |
Disconnect |
Disconnect added points
| |
Dispose |
Implements IDisposable
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetActiveBeepStyle | Retrieve the active beep style | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImageCache |
Returns the list of Image keys (and their Base64Stream sources) that will be used by the AlarmData of the data manager
| |
GetPropertyName``1 | (Inherited from BindableObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUnfilteredAlarms |
Returns an array of all alarms retrieved, even the alarms that are not available in the Alarms collection because they are filtered
| |
IsServerConnected |
Checks if an event point is connected or not
| |
OnBlink |
Fires blink event
| |
OnPropertyChanged(String) | (Inherited from BindableObject.) | |
OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) | |
ShouldBlink |
Checks if alarms should blink
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateAlias |
Updates the list of alias used by the data manager
| |
UpdateStyle |
A static helper that updates the visual style of the alarm data
|
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
|
Events
Name | Description | |
---|---|---|
AlarmsChanged |
Fired when the list of alarms changes
| |
ConnectionChanged |
Fired when the connection is changed
| |
PropertyChanged | (Inherited from BindableObject.) |