Version

XamGanttProxy Class Members

The following tables list the members exposed by XamGanttProxy.

Public Constructors
 NameDescription
Public ConstructorXamGanttProxy Constructor  
Protected Fields
 NameDescription
Protected FieldbCompatibilityWasChecked (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected FieldbKeyAction (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbMouseAction (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbRecOnMouseDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbRecOnMouseUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbRecordedCompatErr (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldbRecordedOnPrvwKeyDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldDSV_KEEPLINE_DURATION (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FielderrCompatibility (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected FieldERRVAL_POINT (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected FieldiCrntClickCount (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldkeyDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldlstCellEditorEvents (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected FieldlstToBeRemovedHandlers (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldmlMouseDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldmlMouseUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldmlPreMouseDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldmlPreMouseUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldvbCR (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldvbCRLF (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected FieldvbLF (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Public Properties
 NameDescription
Public PropertyActiveCellThe string path identifier representing the current ActiveCell. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public PropertyActiveRowThe string path identifier representing the current ActiveRow. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public PropertyAllColumnCountAn integer value representing the count of all Columns of the ActiveArea, including hidden columns. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public PropertyAllColumnsA delimited string of the all column identifiers of the ActiveArea, including hidden columns. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public PropertyColumnCountAn integer value representing the count of visible Columns of the ActiveArea. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public PropertyColumnsA delimited string of the visible Column identifiers of the ActiveArea. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public PropertyEnabledReturns the IsEnabled value of the control. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Public PropertyFocusedReturns the IsFocused value of the control. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Public PropertyFullTypeName (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Public PropertyIGStatus (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Public Propertylogical_name (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Public PropertyRowCountAn integer value representing the row count of the visible rows of the ActiveArea. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected Properties
 NameDescription
Protected PropertyActionWaitTimeBy 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)
Protected PropertyActiveAreaViewableRecords (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected PropertyAnimationMaxWaitTimeBy 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)
Protected PropertyAnimationWaitIntervalBy default 125, the value represents the wait time in milliseconds between state checks of an Animation. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyAutoScrollIntoViewTrue 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)
Protected PropertyCompatabilityErrorReturns null if no error, otherwise, returns the IGTestError explaining the compatility issue (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertyCurrentEditCell (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected PropertyCurrentEditRow (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected PropertyCurrentFocusedElement (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyErrorMaxReAttemptsBy 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)
Protected PropertyErrorReAttemptWaitTimeBy 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)
Protected PropertyErrorRetryAttempts (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyFieldEncapClose (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected PropertyFieldEncapOpen (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected PropertyGantt  
Protected PropertyGridOverridden.   
Protected PropertyHardBreakOnAllErrorsTrue 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)
Protected PropertyIsTACompatibleReturns true if the Version, CLR, and Versioning(Version\Versionless) match, otherwise returns false (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertyIsVisible (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertyKeeplineDurationOverrideBy 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)
Protected PropertyMouseLocationDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyMouseLocationMostRecent (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyMouseLocationUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyOwningWindow (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertyPrepMaskOverrideBy 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)
Protected PropertyProjectToken  
Protected PropertyPropertyDelimiterBy default char(10), the value represents the delimiter for multiple value in a verification property. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected PropertyQueuedAction (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyQueueLive (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyRecordBaseClickIn 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)
Protected PropertyRecordClickPercentFalse 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)
Protected PropertyRecordEncapClose (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected PropertyRecordEncapOpen (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected PropertyRecordForceFireEventsBy 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)
Protected PropertyRecordItemsByIndexFalse 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. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected PropertyRecordMouseClickDeltaMaxBy 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)
Protected PropertyReportAllActionResultsTrue 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)
Protected PropertyScreenLoc (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertySettings (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertySourceElement (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected PropertySplitter  
Protected PropertyStepWaitTimeBy 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)
Protected PropertyTimescaleArea  
Protected PropertyUtilityObject (Inherited from Mercury.QTP.WPF.CustomServer.CustomServerBase)
Protected PropertyWasPossibleDrag (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected PropertyWindowLoc (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Public Methods
 NameDescription
Public MethodActivateCellActivates the the supplied cell (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodCellEnterEditModePuts the supplied cell in edit mode (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodClearFilterCellClears the filter value for the supplied filter cell (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodClearSelectionClears all the selected items collections. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodClickControlClick on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodClickSubItemClick on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodCloseFilterMenuClose the Filter menu for the column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodCloseHiddenColsMenuClose the hidden columns menu for the column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodCloseSummaryMenuClose the Summary menu for the column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodCollapseRowCollapses the supplied row (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodCollapseTaskCellCollapses the supplied cell's task  
Public MethodCopyToClipboardCopy to the clipboard from the selected portion of the grid. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodCreateTaskLinkCreate a link between the two supplied tasks  
Public MethodDblClickControlDouble Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodDblClickSubItemDouble Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodDeleteSelectedTasksDeletes the selected tasks  
Public MethodEncapSelItem (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodExitEditModeExits edit mode (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodExpandRowExpands the supplied row (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodExpandTaskCellExpands the supplied cell's task  
Public MethodGetCellDataReturns the supplied cell value (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodGetFWElementFromSubItemOverloaded.  (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodGetNAPropertiesThis method will returns a list of the visible properties of a given object, and their data types. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetNAPropertyThis method will return the value of any property (or sub property) for this control. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetProxySetting (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetSubItemFromArg (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodGetSubItemProperties (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetSubItemPropertyReturn a property value specific to a subItem (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodGetSummaryTextReturns the summary text for a particular Column. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodGetSummaryTypeReturns a summary type for a column, if more than one an index can be supplied to specify which one to use (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodGetSummaryValueReturns a summary value for a column, if more than one an index can be supplied to specify which one to use (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodGetTableColNames (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodGetTableData (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodGetTableRowRange (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodGetTaskPropertyGet a property of the supplied task  
Public MethodGroupByColumnGroups the data by the supplied column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodHideColumnHides the supplied column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodIsKnownPartOfOverloaded. Overridden.   
Public MethodMouseActionOnControlPerforms the requested MouseAction on the Control (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodMouseActionOnSubItemPerforms the requested MouseAction on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodMoveColumnMoves the supplied column to the specified index relative to its parent (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodMoveTaskMove's the supplied task to a new date  
Public MethodOnMessageOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Public MethodOpenFilterMenuOpen the Filter menu for the column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodOpenHiddenColsMenuOpen the hidden columns menu for the column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodOpenSummaryMenuOpen the Summary menu for the column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodPasteFromClipboardPaste from the clipboard to the selected portion of the grid. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodRecordInitOverridden.   
Public MethodRecordStopOverridden.   
Public MethodResizeColumnResizes the supplied column or array of columns (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodResizeTaskResize the supplied task to a new size.  
Public MethodRightClickControlRight Click on the Control at the specified location (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodRightClickSubItemRight Click on the supplied SubItem of the defined type (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodRowEnterEditModePuts a row into edit mode (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodSelectSelect one or many items of the supplied selection type (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodSelectionAddedAdd one or many items of the supplied selection type to the selected items collection (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodSelectionChangedAdd and remove one or many items of the supplied selection types to the selected items collection (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodSelectionRemovedRemove one or many items of the supplied selection type to the selected items collection (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodSetCellDataSets the supplied cell's value property to the supplied value. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodSetFilterCellCompOperatorSet the filter comparison operator for the supplied filter cell (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodSetFirstVisibleDateSet the first visible DateTime to one where the first date increment includes the supplied date  
Public MethodSetFixedColumnSet the supplied column's fixed state (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodSetFocusSet focus to the control (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodSetNAPropertyThis method will set the value of any property (or sub property) for this control. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodSetProxySettingThis method will set the value of one of the customizable proxy settings. (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodSetSplitterSet the location of the splitter between the grid and timeline sides.  
Public MethodSetSubItemPropertySets a property value specific to a subItem (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Public MethodSetTaskDeadlineSet the deadline of the supplied task  
Public MethodSetTaskPercentSet the percent completed\CompletedThrough for the supplied task.  
Public MethodSetTaskPropertySet a property of the supplied task  
Public MethodShowColumnUn-hides the supplied column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodShowTaskLinkContextMenuShow the context menu for the task link between two tasks.  
Public MethodSortColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Public MethodUnGroupColumnUnGroups the data by the supplied column (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected Methods
 NameDescription
Protected MethodAddCustomFWElemInstancePropertiesToReflectionHelperCalls (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodAddCustomTypeBasedPropertiesToReflectionHelperCalls (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodAddCustomTypeValueConvertersToReflectionHelperCallsOverridden.   
Protected MethodAddHandlerOverloaded. Adds an event handler of the named event to the SourceElement. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodAsmError_MouseEvent (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodBringElementIntoView (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodBringFWElementPointInView (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected Methodstatic (Shared in Visual Basic)BuildTaskListFromRootTask  
Protected MethodBuildVerifyTableOverloaded.  (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodCellComboBox_SelectionChangedOverridden.   
Protected MethodCellTextBox_TextChangedOverridden.   
Protected MethodCleanReturnValueForReturnToQTPOverridden.   
Protected MethodClearKeyState (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodClearLoadedHandlers (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodClearMouseHelpers (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodClickClearFilterButton (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodClickHeaderDropDown (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodConvertFromUtc  
Protected MethodConvertTaskDurationToTime  
Protected MethodConvertTaskPercentToTime  
Protected MethodConvertTaskPercentToTimeOld  
Protected MethodConvertTaskTimeToPercent  
Protected MethodConvertToUtc  
Protected MethodDateCalc_Add  
Protected MethodDateCalc_Subtract  
Protected MethodEnsureVisibility (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodFireDragEvents  
Protected MethodfnActivateCell (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnCellEnterEditModeOverridden.   
Protected MethodfnCellExitEditMode (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnClearSelection (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnCollapseRow (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnCopyToClipboard (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnDeleteSelectedTasks  
Protected MethodfnDropDnCombo (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnExitEditMode (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnExpandRow (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnGetCellData (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnGetSummaryText (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnGetSummaryType (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnGetSummaryValue (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnGetTableColNames (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnGetTaskProperty  
Protected MethodfnGroupByColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnMoveColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnPasteFromClipboard (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnResizeColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnRowEnterEditMode (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnSetDataOverridden.   
Protected MethodfnSetFilterCompOperator (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnSetFocus (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodfnSetProxySetting (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodfnSetTaskProperty  
Protected MethodfnShowColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodfnShowTaskLinkContextMenu  
Protected MethodfnSortColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetCellOverloaded.  (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetCellArg (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetCellFromArg (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetClickEnums (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetColumnArgOverloaded.  (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetColumnIDArg (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetContentElementFromCellControl (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetHeaderArgFromMouseActionOverloaded.  (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetHeaderCellControlFromMouseActionOverloaded.  (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetIGCompOper (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetIGFixedState (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetIntIndexedValueFromCollectionOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetItemPropertyOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetKeyState (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetLogicalName (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected MethodGetMouseActionPointOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetMousedDepObjectReturns the DependencyObject on which the mouse is clicked (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetNAPropReflectionHelperOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetNewSplitterLocPoint  
Protected MethodGetOwningUIElementReturns the owning UI element of the input source object (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetParentColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetParentRow (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetPlaceholderState  
Protected MethodGetPropertyNameString  
Protected MethodGetProxySettingsOveridden method containing the Proxy Settings from which the identifier of the XamGrid item will be obtained (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetRecordableEnums (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodGetRectFromFrameworkElement (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetRectRegionPoint (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetReflectionHelperMembers (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetReflectionHelperValue (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodGetRowArg (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetRowFromArg (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetRowFromRowsManager (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetRowsManagerFromParentRow (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetRowsManagerFromRow (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetSelItemOverriding the method to get the selectable item from the current argument string and the current argument type (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetSubItemIdOverloaded. Determines the sub-item from the given source object by traversing the Visual Tree upwards/downwards till a sub-item is found. (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetSubItemIdFromFWElementInternal method that returns the unique identifier of the sub-item and the enum type of the sub-item obtained from the input Framework element (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetSubItemReflectionHelper (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetSummaryResultsForColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGetTaskArgFromTaskOverloaded.   
Protected MethodGetTaskDependencyFromTaskArgs  
Protected MethodGetTaskFromTaskArg  
Protected MethodGetTaskPresenterFromTask  
Protected MethodGetXPointForTaskDate  
Protected MethodGrid_CellEnteredEditModeOverridden.   
Protected MethodGrid_SelectedCellsCollectionChanged (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGrid_SelectedColumnsCollectionChanged (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodGrid_SelectedRowsCollectionChanged (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodHeaderCellMouseDown (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodInvokeActionOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodInvokeActionForInt (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodInvokeActionForObject (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodInvokeActionForString (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodInvokeActionsOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodIsInt (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected MethodIsNumeric (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected MethodIsPartOf (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodIsPositiveInt (Inherited from InfragisticsWPF.Test.Shared.ProxyBase)
Protected MethodIsQueuedAction (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodIsRecordBaseClick (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodLostFocus (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodMaskedInput_ValueChangedEvent handler that triggers when the Value property changes (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodMouseActionOnControlEX (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseActionOnSubItemEX (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseClickOverloaded. Performs a mouse click operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseDblClickOverloaded. Performs a mouse double click operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseDownOverloaded. Performs a mouse down operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseMoveOverloaded. Performs a mouse move operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseRightClickOverloaded. Performs a mouse right click operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMouseUpOverloaded. Performs a mouse up operation in the center of the framework element supplied (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodMoveMouseUp (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodMoveSplitter  
Protected MethodNeedRecordBaseClickReturns true to indicate that base clicks should be recorded for the control and false to stop recording the base clicks (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodOpenFilterDropDown (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodParseDurationString  
Protected MethodParseSelectableItemList (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodParseSelectedItems<T> (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodParseSelItemArgToList<T>Parses a given string argument into a list of items of the specified type T (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodPasteStringToTextBox (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodPropertyListToStringOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodRecordOverloaded. Overridden. Sends the Recorded action to QTP (Handles Queueing)  
Protected MethodRecordClickActionHelperOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodRecordDebug (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodRecordEXOverloaded. Sends RecordAction.RecString to QTP (Final Layer) (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodRecordOnAncestorReturns true if recording should be allowed on ancestor FrameworkElements. This is useful for scenarios where a control is embedded within a control of the same type (say, XamTabControl within a XamTabControl). We can control recording only on the actual child control and not all its ancestors. (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodRemoveCellEditorEventsOverloaded.  (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodReportError (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodReportPassOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodReportWarning (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodResolveHeaderOwnerCollection (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodScrollDateIntoViewOverloaded.   
Protected MethodScrollItemIntoViewOverloaded. Scrolls the specified framework element into view (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodScrollTaskDateIntoViewOverloaded.   
Protected MethodScrollTaskRowIntoView  
Protected MethodSelectEX (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodSelectItems (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodSendQueue (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSendSetCellData (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodSendStringWithModKeys (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodSetItemPropertyOverloaded.  (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSetKeyState (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodSetReflectionHelperValue (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodSourceElement_KeyUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_LostFocus (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_LostKeyboardFocus (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_MouseDown (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_MouseLeave (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodSourceElement_MouseUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodSourceElement_PreviewKeyDownOverridden.   
Protected MethodSourceElement_PreviewMouseDownOverridden.   
Protected MethodSourceElement_PreviewMouseUp (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodtimerKeepLine_Elapsed (Inherited from InfragisticsWPF.Test.Shared.RecordProxyBase)
Protected MethodTypeConversionForManualDateTime  
Protected MethodTypeConversionForManualProjectDuration  
Protected MethodTypeConversionForProjectDuration  
Protected MethodTypeValidate (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodValidateFilterMenu (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateFixed (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateForReplay (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodValidateGroupBy (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateHiddenColMenuLocation (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateHiddenColsMenu (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateHideColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateMoveColumn (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateMoveDeadline  
Protected MethodValidateMoveTask  
Protected MethodValidateResizeTask  
Protected MethodValidateSelectedItems (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateSetTaskPercent  
Protected MethodValidateSort (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateSummaryMenu (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodValidateUnGroup (Inherited from InfragisticsWPF.Test.Controls.Grids.XamGridProxyBase)
Protected MethodWaitForFWElemRectToStopChanging (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
Protected MethodYield (Inherited from InfragisticsWPF.Test.Shared.RecordReplayProxyBase)
See Also