The following tables list the members exposed by DataPresenterRecordProxyBase.
Name | Description | |
---|---|---|
DataPresenterRecordProxyBase Constructor |
Name | Description | |
---|---|---|
ActiveCell | The string path identifier representing the current ActiveCell. | |
ActiveField | The string path identifier representing the Field of the ActiveCell. | |
ActiveRecord | The string path identifier representing the current ActiveRecord. | |
Enabled | Returns the IsEnabled value of the control. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
FieldCount | An integer value representing the count of visible Fields of the ActiveArea. | |
Fields | A delimited string of the visible Field identifiers of the ActiveArea. | |
FilteredInRecordCount | An integer value representing the row count of the visible filtered in rows of the ActiveArea. | |
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) | |
RecordCount | An integer value representing the row count of the visible rows of the ActiveArea. | |
SelectedContent | The string representation of the GridSelectableItemType of the currently selected items. Returns an empty string if nothing is selected. | |
SelectedContentType | The string representation of the GridSelectableItemType of the currently selected items. Returns an empty string if nothing is selected. |
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) | |
ActiveAreaGrouped | ||
ActiveAreaViewableRecords | ||
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) | |
DataPresenter | ||
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 | ||
FieldEncapOpen | ||
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) | |
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 | ||
RecordEncapOpen | ||
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 | |
---|---|---|
ActivateCell | Activates the the supplied cell | |
ActivateRecord | Activate the supplied record | |
CancelRecordUpdate | Cancels the update on the ActiveRecord | |
CellEnterEditMode | Puts the supplied cell in edit mode | |
ClearRecordFilters | Clears all the filters for a particular record | |
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) | |
CloseFilterDropDown | Closes the filter drop down for a particular header | |
CloseSummaryDropDown | Closes the summary drop down for a particular header | |
CollapseGroupField | ||
CollapseRecord | Collapses the supplied record | |
CommitRecordUpdate | Commits the update on the ActiveRecord | |
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) | |
EncapSelItem | ||
ExpandGroupField | ||
ExpandRecord | Expands the supplied record | |
FilterMenuNavigation | Overloaded. Opens the filter drop down for a particular header, and navigates to the desired location | |
FilterTreeAccept | Clicks OK on the Excel style Filter Menu, accepting the changes to the filter. | |
FilterTreeCancel | Clicks Cancel on the Excel style Filter Menu, accepting the changes to the filter. | |
FilterTreeItemCheck | Sets the check state for a node in the Excel Style Filter tree for a column to checked. | |
FilterTreeItemCollapse | Sets the expansion state for a node in the Excel Style Filter tree for a column to collapsed. | |
FilterTreeItemExpand | Sets the expansion state for a node in the Excel Style Filter tree for a column to expanded. | |
FilterTreeItemUncheck | Sets the check state for a node in the Excel Style Filter tree for a column to unchecked. | |
FilterTreeSearch | Set the search criteria for the tree in the Excel Style Filtering filter drop down. | |
GetCellData | Returns the supplied cell's value property. | |
GetCellDataError | Returns the supplied cell's DataError property. | |
GetFWElementFromSubItem | ||
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) | |
GetRecordDataError | Returns the supplied record's DataError property. | |
GetRecordIndexFromViewableIndex | Returns the record index for the viewable index of the active record area. The Active record area, is the band level of the active record\cell. If no active record\cell the active record area is the root level. | |
GetSubItemFromArg | ||
GetSubItemProperties | (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetSubItemProperty | Return a property value specific to a subItem (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
GetSummaryText | Returns the summary text for a particular Field as denoted by the supplied cell. | |
GetSummaryType | Returns a summary type for a field, if more than one an index can be supplied to specify which one to use | |
GetSummaryValue | Returns a summary value for a field, if more than one an index can be supplied to specify which one to use | |
GetTableColNames | ||
GetTableData | ||
GetTableRowRange | ||
GroupByField | Groups the data by the supplied field | |
IsKnownPartOf | Overloaded. Overridden. | |
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) | |
MoveField | ||
OnMessage | Overloaded. Overridden. | |
OpenCustomFilterDialog | Opens the custom filter dialog for the supplied header. | |
OpenFilterDropDown | Opens the filter drop down for a particular header | |
OpenSummaryDropDown | Opens the summary drop down for a particular header | |
RecordInit | Overridden. | |
RecordStop | (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase) | |
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) | |
Select | Select one or many items of the supplied selection type | |
SelectFilter | Selects the a filter value from the Filter HeaderIcon drop down | |
SelectionAdded | Add one or many items of the supplied selection type to the selected items collection | |
SelectionChanged | Add and remove one or many items of the supplied selection types to the selected items collection | |
SelectionRemoved | Remove one or many items of the supplied selection type to the selected items collection | |
SetCellData | Sets the supplied cell's value property to the supplied value. | |
SetFilterCellCompOperator | Set the filter comparison operator for the supplied filter cell | |
SetFocus | Set focus to the control (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase) | |
SetInvalidDataCell | Puts the supplied cell into edit mode, and enters the text supplied. Used to test a cells text validation. | |
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) | |
SortField | Sort by the supplied field. | |
UnGroupField | UnGroups the data by the supplied field |