C# Класс VSSonarExtensionUi.View.Helpers.SearchComponenetDialog

Interaction logic for SearchComponenetDialog.xaml
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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