C# Class VSSonarExtensionUi.View.Helpers.SearchComponenetDialog

Interaction logic for SearchComponenetDialog.xaml
显示文件 Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

SearchComponenetDialog() public method

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.
return System

SearchComponents() public static method

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.
return List