C# Class ARUP.IssueTracker.Windows.ChangeAssignee

Interaction logic for ChangeAssignee.xaml
Inheritance: System.Windows.Window
Show file Open project: ArupAus/issue-tracker Class Usage Examples

Public Properties

Property Type Description
viewSource System.Windows.Data.CollectionViewSource

Public Methods

Method Description
ChangeAssignee ( ) : System
SetList ( List assignees ) : void

Private Methods

Method Description
Button_Click_1 ( object sender, RoutedEventArgs e ) : void
Button_Click_3 ( object sender, RoutedEventArgs e ) : void
SearchText ( object sender, System e ) : void
Search_OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

ChangeAssignee() public method

public ChangeAssignee ( ) : System
return System

SetList() public method

public SetList ( List assignees ) : void
assignees List
return void

Property Details

viewSource public property

public CollectionViewSource,System.Windows.Data viewSource
return System.Windows.Data.CollectionViewSource