The AwxViewViewModel type exposes the following members.

Constructors

  NameDescription
Public methodAwxViewViewModel
Initializes a new instance of the AwxViewViewModel class.

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.)

Fields

  NameDescription
Public fieldGridViewModel
The grid view model

Properties

  NameDescription
Public propertyAlignTimeZones
(Inherited from AwxViewBaseViewModel.)
Public propertyAllowAcknowledge
Public propertyAllowAcknowledgeByComparison
Allow ACK by comparison.
Public propertyAllowAcknowledgeFiltered
Allow ACK filtered.
Public propertyAllowAcknowledgeGlobal
Allow ACK global.
Public propertyAllowAcknowledgeNotActive
Allow ACK not active.
Public propertyAllowAcknowledgeSelected
Public propertyAllowColumnReorder
Public propertyAllowColumnResize
Public propertyAllowEditTimeRange
Public propertyAllowEmptyRows
Gets a value indicating whether [allow empty rows].
(Inherited from AwxViewBaseViewModel.)
Public propertyAllowExport
Public propertyAllowFiltering
Public propertyAllowGrouping
Public propertyAllowRefresh
Public propertyAllowSorting
Public propertyAllowUnselect
Public propertyAutoUpdateSeconds
Gets or sets the automatic update seconds.
(Inherited from AwxViewBaseViewModel.)
Public propertyCanAcknowledgeAlarms
Gets a value indicating whether this instance can acknowledge alarms.
Public propertyClientSideFilterKeys
Gets or sets the client side filter keys.
(Inherited from AwxViewBaseViewModel.)
Public propertyColumns
Gets or sets the columns.
(Inherited from AwxViewBaseViewModel.)
Public propertyCommentFilterKey
Gets or sets the comment filter key.
(Inherited from AwxViewBaseViewModel.)
Public propertyConditionKey
Gets the condition key.
(Inherited from AwxViewBaseViewModel.)
Public propertyControlEventsConfiguration
ControlEventsConfiguration.
(Inherited from AwxViewBaseViewModel.)
Public propertyCsvReportSeparator
CSV report separator.
Public propertyDataAccessManager
DataAccessManager.
(Inherited from AwxViewBaseViewModel.)
Public propertyDataManager
The DataManager that generates the data for the listview
(Inherited from AwxViewBaseViewModel.)
Public propertyDateTimeFormat
Gets the date time format.
Public propertyDoubleFormat
Gets the DoubleFormat.
Public propertyEnableAcknowledge
Gets or sets a value indicating whether [enable acknowledge].
Public propertyEnableControlEvents
Enable control events.
(Inherited from AwxViewBaseViewModel.)
Public propertyForceAckDialog
Gets or sets a value indicating whether [force ack dialog].
Public propertyForceComment
Gets or sets a value indicating whether [force comment].
Public propertyForeground
Gets the foreground.
Public propertyHistoricalPageSize
Gets or sets the size of the historical page.
(Inherited from AwxViewBaseViewModel.)
Public propertyHistoricalRequestSize
Gets or sets the size of the historical request.
(Inherited from AwxViewBaseViewModel.)
Public propertyLineSeparator
Gets the line separator.
(Inherited from AwxViewBaseViewModel.)
Public propertyName
Gets or sets the name.
(Inherited from AwxViewBaseViewModel.)
Public propertyParent
Gets the parent.
(Inherited from AwxViewBaseViewModel.)
Public propertyShouldConcatenate
Gets a value indicating whether [should concatenate].
(Inherited from AwxViewBaseViewModel.)
Public propertySubscriptionID
Gets the subscription identifier.
(Inherited from AwxViewBaseViewModel.)
Public propertyTimeRange
The TimeRange used to retrieve historical data
(Inherited from AwxViewBaseViewModel.)

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)

See Also