AVEVA OMI Software Developer Kit


AlarmAdorner Class Methods

For a list of all members of this type, see AlarmAdorner members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Similar to Dispose() pattern. CleanupAdorner releases and cleans up objects associated with an adorned element.

Monitoring of the underlying hierarchy item stops if the adorner's UI element is the last one referencing the underlying hierarchy item.

 
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic) This provides alarm adorner width which can be used for minimum width of control.  
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)Contains either the fully qualified model hierarchy path for any type of node, or optionally an asset node's associated tagname or hierarchical name.

Setting this property to a non-blank string starts monitoring associated alarms. An adorner appears when required.

Setting this property to a null or empty string stops monitoring associated alarms (if no other adorners are monitoring the same asset), and removes the displayed adorner if it exists.

 
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic) This provides alarm adorner width which can be used for minimum width of control. This should be treated as a read only one way property as value set on this from control side has no impact on adorner width.  
Public Method (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)Contains either the fully qualified model hierarchy path for any type of node, or optionally an asset node's associated tagname or hierarchical name.

Setting this property to a non-blank string starts monitoring associated alarms. An adorner appears when required.

Setting this property to a null or empty string stops monitoring associated alarms (if no other adorners are monitoring the same asset), and removes the displayed adorner if it exists.

 
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Windows.DependencyObject)
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded.  Find dependency object based on child name
Public Extension Method Gets the parent element from the visual tree by given type.
Top
See Also