Overload List

  NameDescription
Public methodGetRows(Boolean)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)
Public methodGetRows(AlarmState)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)
Public methodGetRows(AlarmType)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)
Public methodGetRows(AwxFilter)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)
Public methodGetRows(AlarmState, AwxFilter)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)
Public methodGetRows(AlarmState, Boolean)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)
Public methodGetRows(AlarmType, AlarmState)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)
Public methodGetRows(AlarmType, Boolean)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)
Public methodGetRows(AlarmType, Boolean, Boolean)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)
Public methodGetRows(AlarmType, Boolean, AlarmState, Boolean, AwxFilter)
Used to retrieve all the alarms of the AwxView, 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.
(Inherited from AwxView.)

See Also