C# 클래스 VSSonarExtensionUi.View.Helpers.SearchComponenetDialog

Interaction logic for SearchComponenetDialog.xaml
파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension 1 사용 예제들

공개 메소드들

메소드 설명
SearchComponenetDialog ( ISonarConfiguration conf, ISonarRestService rest, List availableProjects, List listofSaveComp ) : System

Initializes a new instance of the SearchComponenetDialog class.

SearchComponents ( ISonarConfiguration conf, ISonarRestService rest, List availableProjects, List listofSaveComp ) : List

Searches the components.

비공개 메소드들

메소드 설명
BtnCancelClick ( object sender, RoutedEventArgs e ) : void

The btn cancel_ click.

BtnOkClick ( object sender, RoutedEventArgs e ) : void

The btn ok_ click.

Contains ( string source, string toCheck ) : bool

Determines whether [contains] [the specified source].

GetMainProject ( Resource project ) : Resource

Gets the main project.

KeyboardKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Handles the KeyDown event of the tb control.

MouseLeftButtonDownPressed ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Handles the MouseLeftButtonDown event of the YourWindow control.

RemoveSelectedToListButton ( object sender, RoutedEventArgs e ) : void

Removes the selected to list button.

ReportStatus ( object sender, ProgressChangedEventArgs e ) : void

Reports the status.

SearchInProject ( List comps, Resource project, string searchMessage ) : void

Searches the in project.

SendSelectedToListButton ( object sender, RoutedEventArgs e ) : void

Sends the selected to list button.

메소드 상세

SearchComponenetDialog() 공개 메소드

Initializes a new instance of the SearchComponenetDialog class.
public SearchComponenetDialog ( ISonarConfiguration conf, ISonarRestService rest, List availableProjects, List listofSaveComp ) : System
conf ISonarConfiguration The conf.
rest ISonarRestService The rest.
availableProjects List The available projects.
listofSaveComp List The listof save comp.
리턴 System

SearchComponents() 공개 정적인 메소드

Searches the components.
public static SearchComponents ( ISonarConfiguration conf, ISonarRestService rest, List availableProjects, List listofSaveComp ) : List
conf ISonarConfiguration The conf.
rest ISonarRestService The rest.
availableProjects List The available projects.
listofSaveComp List The listof save comp.
리턴 List