C# Class ThoughtWorks.VisualStudio.CardListWindow

Interaction logic for CardListWindow.xaml
显示文件 Open project: ThoughtWorksStudios/vs-connector Class Usage Examples

Private Properties

Property Type Description
AddCheckBox int
AlertUser void
CardListWindow System
OnCardTypeCheckBoxChecked void
OnListMouseDoubleClick void
OnWindowClosing void
OnWindowIsInitialized void
SearchForCards void

Private Methods

Method Description
AddCheckBox ( string k ) : int

Add a check box to the UI

AlertUser ( Exception ex ) : void

Display a message to the user

CardListWindow ( ViewModel model, string propertyLabel ) : System

Constructs a new CardListWindow

OnCardTypeCheckBoxChecked ( object sender, RoutedEventArgs e ) : void

Event handler invoked when the user checks a check box

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

Event handler invoked when an item in the list is committed

OnWindowClosing ( object sender, System e ) : void
OnWindowIsInitialized ( object sender, EventArgs e ) : void

Invoked after the window is intitialized

SearchForCards ( ) : void

Search for cards matching the list-indicated criteria