C# Class ParallelCoordinatesDemo.ChartWindowPresentationModel

Inheritance: INotifyPropertyChanged
Mostra file Open project: pwlodek/CodeGallery Class Usage Examples

Public Methods

Method Description
ChartWindowPresentationModel ( IChartWindow view ) : System
DataBind ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string property ) : void

Private Methods

Method Description
ExecuteAboutCommand ( object arg ) : void
ExecuteCloseCommand ( object arg ) : void
ExecuteGenerateDiagramDataCommand ( string objects ) : void

Method Details

ChartWindowPresentationModel() public method

public ChartWindowPresentationModel ( IChartWindow view ) : System
view IChartWindow
return System

DataBind() public method

public DataBind ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property ) : void
property string
return void