C# Class OpenIDE.CommandBuilding.CommandBuilder

Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
CommandBuilder ( IEnumerable parameters ) : System
Describe ( string path ) : string
NavigateTo ( string path ) : void

Private Methods

Méthode Description
getPaths ( ) : IEnumerable
getPaths ( DefinitionCacheItem x, string path ) : IEnumerable
matchWith ( string x, string path ) : int

Method Details

CommandBuilder() public méthode

public CommandBuilder ( IEnumerable parameters ) : System
parameters IEnumerable
Résultat System

Describe() public méthode

public Describe ( string path ) : string
path string
Résultat string

NavigateTo() public méthode

public NavigateTo ( string path ) : void
path string
Résultat void