C# Class TFSIterationPathServices.TfsUserControl

Interaction logic for Tfs.xaml
Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
显示文件 Open project: frederiksen/Task-Card-Creator Class Usage Examples

Public Methods

Method Description
TfsUserControl ( IEnumerable supportedReports, IEnumerable allReports ) : System.Collections.Generic

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Private Methods

Method Description
BwDoWork ( object sender, DoWorkEventArgs e ) : void
BwRunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
HyperlinkRequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
QueriesSelectionChanged ( string queryString ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void

TfsUserControl() public method

public TfsUserControl ( IEnumerable supportedReports, IEnumerable allReports ) : System.Collections.Generic
supportedReports IEnumerable
allReports IEnumerable
return System.Collections.Generic