The AwxViewViewModel type exposes the following members.

Methods

  NameDescription
Public methodAcknowledge(AlarmData) Obsolete.
Acknowledges the specified alarm data.
Public methodAcknowledge(IEnumerable<(Of <<'(AlarmData>)>>)) Obsolete.
Acknowledges the specified alarm data.
Public methodAcknowledgeAsync(AlarmData)
Async Acknowledge method.
Public methodAcknowledgeAsync(IEnumerable<(Of <<'(AlarmData>)>>))
Async Acknowledge method.
Public methodClearSelection
Clears the selection.
(Inherited from AwxViewBaseViewModel.)
Public methodConnect
Connects this instance.
(Inherited from AwxViewBaseViewModel.)
Public methodDisconnect
Disconnects this instance.
(Inherited from AwxViewBaseViewModel.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from AwxViewBaseViewModel.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExportData
Exports the data to.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLabel
Gets the label.
(Inherited from AwxViewBaseViewModel.)
Public methodGetOptions
Gets the options.
(Inherited from AwxViewBaseViewModel.)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetRows(Boolean)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetRows(AlarmState)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetRows(AlarmType)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetRows(AwxFilter)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetRows(AlarmState, AwxFilter)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetRows(AlarmState, Boolean)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetRows(AlarmType, AlarmState)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetRows(AlarmType, Boolean)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetRows(AlarmType, Boolean, Boolean)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetRows(AlarmType, Boolean, AlarmState, Boolean, AwxFilter)
Used to retrieve all the alarms of the ListView, or a subset of alarms based on multiple criteria. It's possible to get alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Public methodGetSelected
Gets the selected.
(Inherited from AwxViewBaseViewModel.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsHistorical
Determines whether this instance is historical.
(Inherited from AwxViewBaseViewModel.)
Public methodIsSpecial
Determines whether the specified key is special.
(Inherited from AwxViewBaseViewModel.)
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Public methodRefreshData
Refreshes the data.
(Inherited from AwxViewBaseViewModel.)
Public methodRefreshHistoricalData
Requests historical data using a specific TimeRange
(Inherited from AwxViewBaseViewModel.)
Public methodSelect
Selects the specified keys.
(Inherited from AwxViewBaseViewModel.)
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodSetClientSideFilter
Sets a new client side filter
(Inherited from AwxViewBaseViewModel.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also