C# Class UIAutomation.Commands.ConvertToUiaSearchCriteriaCommand

Inheritance: ConvertCmdletBase
Mostra file Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Property Type Description
GetPatternStrings string
GetPropertyCompleteString string
IsInArray bool
PropertyToString string

Public Methods

Method Description
ConvertToUiaSearchCriteriaCommand ( ) : System

Protected Methods

Method Description
ConvertElementToSearchCriteria ( IUiElement element ) : string
ProcessRecord ( ) : void

Processes the pipeline.

Private Methods

Method Description
GetPatternStrings ( IUiElement element ) : string
GetPropertyCompleteString ( IUiElement currentElement, string resultString, string propertyName ) : string
IsInArray ( ICollection inputArray, string propertyName ) : bool
PropertyToString ( object propertyValue ) : string

Method Details

ConvertElementToSearchCriteria() protected method

protected ConvertElementToSearchCriteria ( IUiElement element ) : string
element IUiElement
return string

ConvertToUiaSearchCriteriaCommand() public method

public ConvertToUiaSearchCriteriaCommand ( ) : System
return System

ProcessRecord() protected method

Processes the pipeline.
protected ProcessRecord ( ) : void
return void