C# Class RoverOperator.Pages.LogViewModel

Inheritance: LogEventObserver
显示文件 Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Public Properties

Property Type Description
LogMessagesControl System.Windows.Controls.ListView

Public Methods

Method Description
LogViewModel ( Log view ) : System
RefreshLogList ( ) : void

Private Methods

Method Description
ApplyFiltering ( ) : void
ClearLog ( object p ) : void
ToggleFilter ( object p ) : void
view_Loaded ( object sender, System e ) : void

Method Details

LogViewModel() public method

public LogViewModel ( Log view ) : System
view Log
return System

RefreshLogList() public method

public RefreshLogList ( ) : void
return void

Property Details

LogMessagesControl public_oe property

public ListView,System.Windows.Controls LogMessagesControl
return System.Windows.Controls.ListView