The following tables list the members exposed by OlapViewModelProxy.
Name | Description | |
---|---|---|
OlapViewModelProxy Constructor |
Name | Description | |
---|---|---|
ColumnsItemHeaders | Returns the headers of all the items in the Columns area of the IOlapViewModel. Default value is empty string. | |
Enabled | Returns the IsEnabled value of the control. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
FiltersItemHeaders | Returns the headers of all the items in the Filters area of the IOlapViewModel. Default value is empty string. | |
Focused | Returns the IsFocused value of the control. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
FullTypeName | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
IGStatus | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
logical_name | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
MeasuresItemHeaders | Returns the headers of all the items in the Measures area of the IOlapViewModel. Default value is empty string. | |
RowsItemHeaders | Returns the headers of all the items in the Rows area of the IOlapViewModel. Default value is empty string. |
Name | Description | |
---|---|---|
ActionWaitTime | By default Null, if the value is Null it will allow the proxy to determine what the default wait time should be, which in most cases is 0, the value represents a wait time in milliseconds after each internal logical action, before preceeding to the next internal logical action. A replay proxy method's internal logical actions are different for each replay proxy method, but they may consist of, as an example parameter validation as one action, entering edit mode as a second, and setting a value as a third. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
AnimationMaxWaitTime | By default 5000, the value represents the maximum total time in milliseconds that the proxy will wait for an animation to finish before attempting to interact with it, typically based on interactions with the mouse. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
AnimationWaitInterval | By default 125, the value represents the wait time in milliseconds between state checks of an Animation. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
AutoScrollIntoView | True by default, if the value is true, will attempt to scroll the control into view prior to attempting to replay every action, if false, it will not automatically attempt to scroll the control into view. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
CompatabilityError | Returns null if no error, otherwise, returns the IGTestError explaining the compatility issue (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
CurrentFocusedElement | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
DimensionsTree | Returns the tree used to represent the Dimensions of the IOlapViewModel | |
ErrorMaxReAttempts | By default 40, the value represents the number of times it will attempt to retry a failed logical actions. This is not used in all scenarios, but is used in conjunction with ErrorReAttemptWaitTime, when combined will by default Wait a maximum of 5 seconds. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ErrorReAttemptWaitTime | By default 125, the value represents a wait time in milliseconds, this wait time is not used in all scenarios, but when utilized, it is the wait time after an internal logical action fails, and before it attempt to try the action again. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ErrorRetryAttempts | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
FieldEncapClose | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
FieldEncapOpen | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
HardBreakOnAllErrors | True by default, If value is true, it will allow any exception to bubble up to QTP, which in turn by default will stop the script and display a message box with the exception. This can be captured via QTP with the ON ERROR RESUME NEXT (see QTP documentation on that subject), if the value evaluates to false, it will instead report the exception to the HP Run Results, and attempt to continue on. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
IsTACompatible | Returns true if the Version, CLR, and Versioning(Version\Versionless) match, otherwise returns false (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
IsVisible | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
KeeplineDurationOverride | By default Null, if the value is Null, it will allow the proxy to determine what the default keep line durantion to be, with a default of 1500ms. If the value is set it will set the default for all actions of the proxy. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
MouseLocationDown | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
MouseLocationMostRecent | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
MouseLocationUp | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
OlapViewModel | Reference to the DataSource of the Control under test as a IOlapViewModel | |
OwningWindow | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
PrepMaskOverride | By default Null, if the value is Null, it will allow the proxy to determine what basic validations it will perform prior to starting the action. Otherwise the value overrides the default PrepareMask flagged enumeration for each action. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
PropertyDelimiter | By default char(10), the value represents the delimiter for multiple value in a verification property. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
QueuedAction | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
QueueLive | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordBaseClick | In most scenarios False by default, if the value is true it will attempt to record a ClickOnControl for every Click action. If false, it will limit the recording of ClickOnControl to exceptions defined by the proxy. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordClickPercent | False by default, if the value is true, will record any action that would normally record the InfragisticsWPF.Test.Shared.IGRectRegion igAt value, and instead record igPercent. If false, will record igAt as normal. Actions it is likely to affect ClickOnControl, ClickSubItem, etc. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordEncapClose | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordEncapOpen | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordForceFireEvents | By default the value is Null, if Null the behavior defaults to how the individual proxy bests decides to handle the scenario. If the value is true when the proxy wires into the events of the control, it will force the events to be handled by the proxy even if the event was "handled" by an earlier FrameworkElement. If false, any event "handled" by an earlier FrameworkElement that would suppress it from firing up the chain, will keep the proxy from handling the event. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordItemsByIndex | Overridden. False by default, If supported by the proxy, and value is true, the proxy will force all records to use index in place of a string when viable. | |
RecordMouseClickDeltaMax | By default 3, the value represents the distance in pixels a Mouse can move between MouseDown and MouseUp and still be considered a Click for recording purposes. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
ReportAllActionResults | True by default, if the value is true, it reports all results passing or failing for every action to the HP Run Results, if false it will only report errors and warnings. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ScreenLoc | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
Settings | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
SourceElement | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
StepWaitTime | By default is 0, the value represents a wait time in milliseconds after each Replay proxy method completes before preceeding to the next replay proxy method. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
UtilityObject | (Inherited from Mercury.QTP.WPF.CustomServer.CustomServerBase) | |
WasPossibleDrag | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
WindowLoc | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) |
Name | Description | |
---|---|---|
AddPivotItem | Adds the pivot item to the target area of the IOlapViewModel at the target index. If the target index is not specified, the item is added to the end of the existing collection of the target area | |
ClickControl | Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ClickSubItem | Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
CloseFilterDialog | Closes the filter dialog of the pivot item of the specified area of IOlapViewModel | |
DblClickControl | Double Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
DblClickSubItem | Double Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetNAProperties | This method will returns a list of the visible properties of a given object, and their data types. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetNAProperty | This method will return the value of any property (or sub property) for this control. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetProxySetting | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetSubItemProperties | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetSubItemProperty | Return a property value specific to a subItem (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
IsKnownPartOf | Overloaded. Overridden. Determines if a framework element is part of the control. | |
MouseActionOnControl | Performs the requested MouseAction on the Control (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MouseActionOnSubItem | Performs the requested MouseAction on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MovePivotItem | Moves the pivot item from the source area to the target area of the IOlapViewModel at the target index. If the target index is not specified, the item is moved to the end of the existing collection of the target area | |
OnMessage | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
OpenFilterDialog | Opens the filter dialog of the pivot item of the specified area of IOlapViewModel | |
RecordInit | Overridden. Hooks up event handlers for the proxy, do not invoke this method directly as this is automatically internally called after the SourceElement is interacted with. | |
RecordStop | Overridden. UnHooks event handlers for the proxy when interaction with the SourceElement stops | |
RemovePivotItem | Overloaded. Removes the pivot item from the specified collection of the IOlapViewmodel and returns the removed item | |
RightClickControl | Right Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
RightClickSubItem | Right Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetFocus | Set focus to the control (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetNAProperty | This method will set the value of any property (or sub property) for this control. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetProxySetting | This method will set the value of one of the customizable proxy settings. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetSubItemProperty | Sets a property value specific to a subItem (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) |
Name | Description | |
---|---|---|
AddCustomFWElemInstancePropertiesToReflectionHelperCalls | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
AddCustomTypeBasedPropertiesToReflectionHelperCalls | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
AddCustomTypeValueConvertersToReflectionHelperCalls | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
AddHandler | Overloaded. Adds an event handler of the named event to the SourceElement. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
AsmError_MouseEvent | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
BringElementIntoView | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
BringFWElementPointInView | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
CleanReturnValueForReturnToQTP | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ClearKeyState | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ClearLoadedHandlers | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
ClearMouseHelpers | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
Columns_CollectionChanged | Event handler to record the appropriate action after the Columns area collection has changed | |
Columns_CollectionChanging | Event handler to get the recordable action as soon as the Columns area collection begins to change | |
EnsureVisibility | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
Filters_CollectionChanged | Event handler to record the appropriate action after the Filters area collection has changed | |
Filters_CollectionChanging | Event handler to get the recordable action as soon as the Filters area collection begins to change | |
fnAddPivotItem | Internal proxy method that adds the pivot item to the target area of the IOlapViewModel at the target index. If the target index is not specified, the item is added to the end of the existing collection of the target area | |
fnMovePivotItem | Internal proxy method that moves the pivot item from the source area to the target area of the IOlapViewModel at the target index. If the target index is not specified, the item is moved to the end of the existing collection of the target area | |
fnRemovePivotItem | Internal proxy method that removes the pivot item from the source area of the IOlapViewModel | |
fnSetFocus | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
fnSetProxySetting | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
fnToggleFilterDialogOpening | Internal proxy method that opens/closes the filter dialog of the pivot item of the specified area of IOlapViewModel | |
GetAreaId | ||
GetAreaItemHeaders | Returns the headers of all the items in the specified pivot area collection | |
GetClickEnums | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
GetCollection | Returns the collection of items in the specified pivot area of the IOlapViewModel | |
GetCollectionAndContainer | Returns the collection of items and the ItemContainerGenerator for the specified pivot area of the IOlapViewModel | |
GetCollectionCount | Returns the count of items in the input collection | |
GetCollectionItem | Returns the item of the collection at the specified index | |
GetFWElementFromSubItem | Returns the visible UI framework element of the specified sub-item | |
GetIntIndexedValueFromCollection | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetItem | Returns the item from the given collection via its identifier | |
GetItemContainerGenerator | Returns the ItemContainerGenerator for the specified pivot area of the IOlapViewModel | |
GetItemHeader | Returns the header of the input item | |
GetItemId<T> | Returns the identifier of the specified item from the input collection | |
GetItemProperty | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
GetKeyState | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetLogicalName | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
GetMouseActionPoint | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetMousedDepObject | Returns the DependencyObject on which the mouse is clicked (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
GetNAPropReflectionHelper | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetOwningUIElement | Returns the owning UI element of the input source object (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
GetPivotAction | Returns the appropriate action performed on the IOlapViewModel | |
GetPivotArea | ||
GetPivotAreaItem | ||
GetPivotAreaName | Returns the name of the pivot area to which the given item control belongs | |
GetPivotItemToRemove | Returns the IAreaItemViewModel of the item that needs to be removed from the specified source area | |
GetProxySettings | Returns the Proxy Settings from which the identifier of the required item will be obtained (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetRecordableEnums | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
GetRectFromFrameworkElement | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetRectRegionPoint | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetReflectionHelperMembers | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetReflectionHelperValue | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetSelItem | Returns the item from the current argument string and the current argument type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetSubItemId | Overloaded. Returns the unique identifier of the sub-item obtained from the input object. In most cases, the source object is either the Original Source or the Moused dependency object obtained from the MouseLocationHelper (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
GetSubItemIdFromFWElement | Internal method that returns the unique identifier of the sub-item and the enum type of the sub-item obtained from the input Framework element | |
GetSubItemReflectionHelper | Overridden. | |
InvokeAction | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
InvokeActionForInt | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
InvokeActionForObject | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
InvokeActionForString | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
InvokeActions | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
IsInt | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
IsNumeric | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
IsPartOf | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
IsPositiveInt | (Inherited from InfragisticsWPF.Test.Shared.ProxyBase) | |
IsQueuedAction | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
IsRecordBaseClick | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
LostFocus | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
Measures_CollectionChanged | Event handler to record the appropriate action after the Measures area collection has changed | |
Measures_CollectionChanging | Event handler to get the recordable action as soon as the Measures area collection begins to change | |
MouseActionOnControlEX | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MouseActionOnSubItemEX | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MouseClick | Overloaded. Performs a mouse click operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MouseDblClick | Overloaded. Performs a mouse double click operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MouseDown | Overloaded. Performs a mouse down operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MouseMove | Overloaded. Performs a mouse move operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MouseRightClick | Overloaded. Performs a mouse right click operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
MouseUp | Overloaded. Performs a mouse up operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
NeedRecordBaseClick | Overridden. Overrides NeedRecordBaseClick method to prevent recording base clicks when the click is on the popup area of an OlapViewModel | |
ParseSelItemArgToList<T> | Parses a given string argument into a list of items of the specified type T (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
PropertyListToString | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
Record | Overloaded. Sends the Recorded action to QTP (Handles Queueing) (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordClickActionHelper | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordDebug | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordEX | Overloaded. Sends RecordAction.RecString to QTP (Final Layer) (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
RecordFilterDialog | Records open/closing of the filter dialog of the specified source object | |
RecordOnAncestor | Overridden. | |
ReportError | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ReportPass | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ReportWarning | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
Rows_CollectionChanged | Event handler to record the appropriate action after the Rows area collection has changed | |
Rows_CollectionChanging | Event handler to get the recordable action as soon as the Rows area collection begins to change | |
ScrollItemIntoView | Overloaded. Scrolls the specified framework element into view | |
SendQueue | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
SendStringWithModKeys | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetItemProperty | Overloaded. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
SetKeyState | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetReflectionHelperValue | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SourceElement_KeyUp | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
SourceElement_LostFocus | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
SourceElement_LostKeyboardFocus | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
SourceElement_MouseDown | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
SourceElement_MouseLeave | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
SourceElement_MouseUp | Overridden. Dummy event handler for the MouseUp event | |
SourceElement_PreviewKeyDown | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
SourceElement_PreviewMouseDown | Overridden. Event handler to get the moused down object during the Preview mouse down event | |
SourceElement_PreviewMouseUp | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
timerKeepLine_Elapsed | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
ToggleButton_Checked | Event handler to record the opening of the filter dialog on checking the appropriate toggle button | |
ToggleButton_Unchecked | Event handler to record the closing of the filter dialog on checking the appropriate toggle button | |
TypeValidate | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
ValidateAreaItem | Validates the item to be added to the specified target area since only items of certain types can be added to certain areas of the IOlapViewmodel | |
ValidateForReplay | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
WaitForFWElemRectToStopChanging | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
Yield | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) |