C# 클래스 ThoughtWorks.VisualStudio.CardListWindow

Interaction logic for CardListWindow.xaml
파일 보기 프로젝트 열기: ThoughtWorksStudios/vs-connector 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddCheckBox int
AlertUser void
CardListWindow System
OnCardTypeCheckBoxChecked void
OnListMouseDoubleClick void
OnWindowClosing void
OnWindowIsInitialized void
SearchForCards void

비공개 메소드들

메소드 설명
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