The AwxFlipViewBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
AckNotVisibleAlarmsNotification |
Acknowledge notification of alarms that appear outside of the visible area
(Inherited from AwxView.) | |
AcknowledgeByFilter |
Ack alarms using various filters
(Inherited from AwxView.) | |
AcknowledgeByID |
Directly acknowledge an object using its ID
(Inherited from AwxView.) | |
AcknowledgeByList |
Directly acknowledge a list of alarms
(Inherited from AwxView.) | |
AddHandler(RoutedEvent, Delegate) | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from UIElement.) | |
AddHandler(RoutedEvent, Delegate, Boolean) | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. (Inherited from UIElement.) | |
AddToEventRoute | Adds handlers to the specified EventRoute for the current UIElement event handler collection. (Inherited from UIElement.) | |
AlarmStateOperationByID |
Directly acknowledge an object using its ID
(Inherited from AwxView.) | |
AlarmStateOperationList |
Directly acknowledge a list of alarms
(Inherited from AwxView.) | |
ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from UIElement.) | |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation. (Inherited from UIElement.) | |
ApplyTemplate | Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (Inherited from FrameworkElement.) | |
Arrange | Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from UIElement.) | |
Back | Obsolete.
If the AlarmSubscription associated with the grid is an historical subscription, jumps to the previous page
(Inherited from AwxView.) | |
BeginAnimation(DependencyProperty, AnimationTimeline) | Starts an animation for a specified animated property on this element. (Inherited from UIElement.) | |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation. (Inherited from UIElement.) | |
BeginInit | Starts the initialization process for this element. (Inherited from FrameworkElement.) | |
BeginStoryboard(Storyboard) | Begins the sequence of actions that are contained in the provided storyboard. (Inherited from FrameworkElement.) | |
BeginStoryboard(Storyboard, HandoffBehavior) | Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated. (Inherited from FrameworkElement.) | |
BeginStoryboard(Storyboard, HandoffBehavior, Boolean) | Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started. (Inherited from FrameworkElement.) | |
BringIntoView()()()() | Attempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from FrameworkElement.) | |
BringIntoView(Rect) | Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within. (Inherited from FrameworkElement.) | |
Cancel |
Requests more historical data
(Inherited from AwxView.) | |
CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from UIElement.) | |
CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from UIElement.) | |
CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from UIElement.) | |
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) | |
ClearClientSideFilter |
Clears client side filter
(Inherited from AwxView.) | |
ClearDictionary(String) |
Removes a DataDictionary from an AwxListField (Inherited from AwxListViewBase.) | |
ClearDictionary(AwxListField) |
Removes a DataDictionary from an AwxListField (Inherited from AwxListViewBase.) | |
ClearEmptyRows |
Clears all the empty rows in the AwxView (Inherited from AwxView.) | |
ClearSubscription |
Sets a default real time AlarmSubscription for this AwxView.
(Inherited from AwxView.) | |
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) | |
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject.) | |
Clone |
Implements ICloneable
(Inherited from AwxView.) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.) | |
ContainsFilter |
Checks if the filter is used by this viewer
(Inherited from AwxView.) | |
Dispose |
For internal use only. Not for customer use
Implements IDisposable
(Overrides AwxListViewBase..::..Dispose()()()().) | |
EndInit | Indicates that the initialization process for the element is complete. (Inherited from FrameworkElement.) | |
Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) | |
Export(ExportFileFormat) |
Exports the data in a specified format
(Inherited from AwxView.) | |
Export(String, ExportFileFormat) |
Exports the data in a specified format
(Inherited from AwxView.) | |
FindCommonVisualAncestor | Returns the common ancestor of two visual objects. (Inherited from Visual.) | |
FindName | Finds an element that has the provided identifier name. (Inherited from FrameworkElement.) | |
FindResource | Searches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from FrameworkElement.) | |
First | Obsolete.
If the AlarmSubscription associated with the grid is an historical subscription, jumps to the first page
(Inherited from AwxView.) | |
Focus | Attempts to set focus to this element. (Inherited from UIElement.) | |
GetAnimationBaseValue | Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from UIElement.) | |
GetBindingExpression | Returns the BindingExpression that represents the binding on the specified property. (Inherited from FrameworkElement.) | |
GetClientSideFilterKeys |
We try to get the list of filter keys subscribed by this view
(Inherited from AwxView.) | |
GetClientSideFilters |
We override the GetClientSideFilters in order to return the search filter
(Inherited from AwxListViewBase.) | |
GetCommentFilter |
Gets the comment filter
(Inherited from AwxView.) | |
GetCommentFilterKey |
Gets the comment filter key
(Inherited from AwxView.) | |
GetCondition |
Gets the comment filter
(Inherited from AwxView.) | |
GetConditionKey |
Gets the ConditionCollection key
(Inherited from AwxView.) | |
GetDictionary |
Returns the DataDictionary associated to a AwxListField (Inherited from AwxListViewBase.) | |
GetDictionaryKey |
Returns the DataDictionary key associated to a AwxListField (Inherited from AwxListViewBase.) | |
GetField(String) |
Given a field key return the EventField associated to it, using the subscription set into the AwxView (Inherited from AwxView.) | |
GetField(AwxListField) |
Given an AwxListField return the EventField associated to it, using the subscription set into the grid
(Inherited from AwxListViewBase.) | |
GetFieldsAliases |
Returns the list of aliases for the EventField used in the current AlarmSubscription (Inherited from AwxView.) | |
GetHashCode | Gets a hash code for this DependencyObject. (Inherited from DependencyObject.) | |
GetIdFromSourceName |
Returns the EventId of an Alarm using the SourceName as a reference
(Inherited from AwxView.) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.) | |
GetRowById |
Returns a AlarmData with the Id specified
(Inherited from AwxView.) | |
GetRowByIndex |
Returns the row at the index specified
(Inherited from AwxView.) | |
GetRows(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.) | |
GetRows(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.) | |
GetRows(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.) | |
GetRows(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.) | |
GetRows(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.) | |
GetRows(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.) | |
GetRows(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.) | |
GetRows(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.) | |
GetRows(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.) | |
GetRows(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.) | |
GetRowsBySourceName |
Returns the first row found with the sourceName specified
(Inherited from AwxView.) | |
GetRowsToAck |
Returns the list of rows that can be acked
(Inherited from AwxView.) | |
GetRowsToAlarmStateOperation |
Returns the list of rows that can be acked
(Inherited from AwxView.) | |
GetSearchField |
Gets the field that is shown in the tooltip by default
(Inherited from AwxListViewBase.) | |
GetSelectedRows |
Gets the rows in the AwxView that are selected by the user. It's also possible to specify only the visible rows.
(Inherited from AwxView.) | |
GetSubscription |
Returns the AlarmSubscription set into the AwxView (Inherited from AwxView.) | |
GetTimeRange | Obsolete.
Returns the time range
(Inherited from AwxView.) | |
GetToolTipField |
Gets the field that is shown in the tooltip by default
(Inherited from AwxListViewBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) | |
GetVisibleRows |
Gets the visible rows in the AwxView. It's also possible to specify only the selected visible rows.
(Inherited from AwxView.) | |
GetVisibleRowsClear |
Gets the INACTIVE visible rows in the Grid. It's also possible to specify only the selected visible rows.
(Inherited from AwxView.) | |
GetVisibleRowsInactive |
Gets the INACTIVE visible rows in the Grid. It's also possible to specify only the selected visible rows.
(Inherited from AwxView.) | |
HasActiveAlarms |
Checks if there are active alarms in the grid
(Inherited from AwxView.) | |
InputHitTest | Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin. (Inherited from UIElement.) | |
InvalidateArrange | Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout()()()(). (Inherited from UIElement.) | |
InvalidateMeasure | Invalidates the measurement state (layout) for the element. (Inherited from UIElement.) | |
InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.) | |
InvalidateVisual | Invalidates the rendering of the element, and forces a complete new layout pass. OnRender(DrawingContext) is called after the layout cycle is completed. (Inherited from UIElement.) | |
IsAlarmFiltered |
Checks if a row is filtered by the Client Side Filter or not
(Inherited from AwxView.) | |
IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from Visual.) | |
IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from Visual.) | |
IsFilterChanged |
Checks if the keys in the ClientSideFilterKeys are the same of the keys specified in the parameter
(Inherited from AwxView.) | |
IsSelected |
Checks if an AlarmData is selected
(Inherited from AwxView.) | |
IsServerConnected |
Checks if a server is connected or not. The point name is the name of an EventPoint specified in the
AlarmSubscription subscribed by this grid.
(Inherited from AwxView.) | |
Jump | Obsolete.
If the AlarmSubscription associated with the grid is an historical subscription, jumps to the specified page
(Inherited from AwxView.) | |
Last | Obsolete.
If the AlarmSubscription associated with the grid is an historical subscription, jumps to the last page
(Inherited from AwxView.) | |
MarkAsErrorHandled |
Acknowledges the error
(Inherited from AwxView.) | |
Measure | Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from UIElement.) | |
MoreData |
Requests more historical data
(Inherited from AwxView.) | |
MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from FrameworkElement.) | |
Next | Obsolete.
If the AlarmSubscription associated with the grid is an historical subscription, jumps to the next page
(Inherited from AwxView.) | |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate()()()(). (Inherited from FrameworkElement.) | |
PointFromScreen | Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. (Inherited from Visual.) | |
PointToScreen | Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. (Inherited from Visual.) | |
PredictFocus | Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. (Inherited from FrameworkElement.) | |
Prints the data
(Inherited from AwxView.) | ||
RaiseEvent | Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). (Inherited from UIElement.) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) | |
RefreshData()()()() |
It's callied when the FILTER or the TIMERANGE change
(Inherited from AwxView.) | |
RefreshData(TimeRange) |
Requests historical data using a specific TimeRange (Inherited from AwxView.) | |
RegisterName | Provides an accessor that simplifies access to the NameScope registration method. (Inherited from FrameworkElement.) | |
ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from UIElement.) | |
ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from UIElement.) | |
ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from UIElement.) | |
ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from UIElement.) | |
RemoveHandler | Removes the specified routed event handler from this element. (Inherited from UIElement.) | |
ResetConnection |
Resets Data Manager connection (e.g. because security changed)
(Inherited from AwxView.) | |
Select(array<Byte>[]()[][]) |
Selects only the row with the specific event identifier
(Inherited from AwxView.) | |
Select(Int32) |
Selects only the row at the specific index
(Inherited from AwxView.) | |
Select(AlarmType) |
Selects only the rows with the AlarmType specified
(Inherited from AwxView.) | |
SelectByFilter |
Selects a list of FILTERED rows in the ListView
(Inherited from AwxView.) | |
SelectData |
Selects a row in the ListView
(Inherited from AwxView.) | |
SelectList |
Selects a list of rows in the ListView
(Inherited from AwxView.) | |
SelectVisibleRows |
Selects only the rows that are visible in the ListView
(Inherited from AwxView.) | |
SetBinding(DependencyProperty, BindingBase) | Attaches a binding to this element, based on the provided binding object. (Inherited from FrameworkElement.) | |
SetBinding(DependencyProperty, String) | Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. (Inherited from FrameworkElement.) | |
SetClientSdideFilterKeys |
Sets a list of filter keys
(Inherited from AwxView.) | |
SetClientSidefFilters |
Sets the list of AwxFilter used to filter out the alarms in the view
(Inherited from AwxView.) | |
SetCommentFilter(String) |
Sets a new comment filter
(Inherited from AwxView.) | |
SetCommentFilter(AwxFilter) |
Sets a new comment filter
(Inherited from AwxView.) | |
SetCondition |
Sets a ConditionCollection for this AwxView (Inherited from AwxView.) | |
SetCurrentValue | Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject.) | |
SetDictionary(String, DataDictionary) |
Sets an DataDictionary (a status indicator or a text translation) into a field
(Inherited from AwxListViewBase.) | |
SetDictionary(String, String) |
Sets an DataDictionary (a status indicator or a text translation) into a field
(Inherited from AwxListViewBase.) | |
SetDictionary(AwxListField, DataDictionary) |
Sets an DataDictionary (a status indicator or a text translation) into a field
(Inherited from AwxListViewBase.) | |
SetDictionary(AwxListField, String) |
Sets an DataDictionary (a status indicator or a text translation) into a field
(Inherited from AwxListViewBase.) | |
SetFieldIndex(String, Int32) |
Sets the index for the specified field and automatically re-arranges the order of the other fields accordingly
(Inherited from AwxListViewBase.) | |
SetFieldIndex(AwxListField, Int32) |
Sets the index for the specified field and automatically re-arranges the order of the other fields accordingly
(Inherited from AwxListViewBase.) | |
SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from FrameworkElement.) | |
SetSearchField(String) |
Sets the Fields that is shown in the quick search by default
(Inherited from AwxListViewBase.) | |
SetSearchField(AwxListField) |
Sets the field that is shown in the tooltip by default
(Inherited from AwxListViewBase.) | |
SetSubscription(String) |
Sets a new AlarmSubscription for this AwxView.
The subscription is used to connect to the Alarm Server that sends the alarms.
(Inherited from AwxView.) | |
SetSubscription(AlarmSubscription) |
Sets a new AlarmSubscription for this AwxView.
The subscription is used to connect to the Alarm Server that sends the alarms.
(Inherited from AwxView.) | |
SetToolTipField(String) |
Sets the Fields that is shown in the tooltip by default
(Inherited from AwxListViewBase.) | |
SetToolTipField(AwxListField) |
Sets the field that is shown in the tooltip by default
(Inherited from AwxListViewBase.) | |
SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject.) | |
SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject.) | |
ShouldSerializeCommandBindings | Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. (Inherited from UIElement.) | |
ShouldSerializeInputBindings | Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. (Inherited from UIElement.) | |
ShouldSerializeResources | Returns whether serialization processes should serialize the contents of the Resources property. (Inherited from FrameworkElement.) | |
ShouldSerializeStyle | Returns whether serialization processes should serialize the contents of the Style property. (Inherited from FrameworkElement.) | |
ShouldSerializeTriggers | Returns whether serialization processes should serialize the contents of the Triggers property. (Inherited from FrameworkElement.) | |
ShowAcknowledgeDialog |
Shows the acknowledge dialog and once it's closed it automatically acknowledges the alarms accordingly to the settings
specified by the user
(Inherited from AwxView.) | |
StateOperationByFilter |
Ack alarms using various filters
(Inherited from AwxView.) | |
ToString |
Returns a String that represents the current Object.
(Inherited from AwxView.) | |
TransformToAncestor(Visual) | Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object. (Inherited from Visual.) | |
TransformToAncestor(Visual3D) | Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object. (Inherited from Visual.) | |
TransformToDescendant | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. (Inherited from Visual.) | |
TransformToVisual | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. (Inherited from Visual.) | |
TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (Inherited from UIElement.) | |
TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from FrameworkElement.) | |
UnregisterName | Simplifies access to the NameScope de-registration method. (Inherited from FrameworkElement.) | |
UnselectItems |
Unselects all the selected items in the grid
(Inherited from AwxView.) | |
UpdateDefaultStyle | (Inherited from FrameworkElement.) | |
UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (Inherited from UIElement.) | |
UpdateUI |
Dummy.
(Inherited from AwxListViewBase.) | |
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |