C# 클래스 OpenIDE.CommandBuilding.CommandBuilder

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
CommandBuilder ( IEnumerable parameters ) : System
Describe ( string path ) : string
NavigateTo ( string path ) : void

비공개 메소드들

메소드 설명
getPaths ( ) : IEnumerable
getPaths ( DefinitionCacheItem x, string path ) : IEnumerable
matchWith ( string x, string path ) : int

메소드 상세

CommandBuilder() 공개 메소드

public CommandBuilder ( IEnumerable parameters ) : System
parameters IEnumerable
리턴 System

Describe() 공개 메소드

public Describe ( string path ) : string
path string
리턴 string

NavigateTo() 공개 메소드

public NavigateTo ( string path ) : void
path string
리턴 void