C# Class UIAutomation.Commands.ConvertToUiaSearchCriteriaCommand

Inheritance: ConvertCmdletBase
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Свойство Type Description
GetPatternStrings string
GetPropertyCompleteString string
IsInArray bool
PropertyToString string

Méthodes publiques

Méthode Description
ConvertToUiaSearchCriteriaCommand ( ) : System

Méthodes protégées

Méthode Description
ConvertElementToSearchCriteria ( IUiElement element ) : string
ProcessRecord ( ) : void

Processes the pipeline.

Private Methods

Méthode 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 méthode

protected ConvertElementToSearchCriteria ( IUiElement element ) : string
element IUiElement
Résultat string

ConvertToUiaSearchCriteriaCommand() public méthode

public ConvertToUiaSearchCriteriaCommand ( ) : System
Résultat System

ProcessRecord() protected méthode

Processes the pipeline.
protected ProcessRecord ( ) : void
Résultat void