C# Class ParallelCoordinatesDemo.ChartWindowPresentationModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: pwlodek/CodeGallery Class Usage Examples

Méthodes publiques

Méthode Description
ChartWindowPresentationModel ( IChartWindow view ) : System
DataBind ( ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string property ) : void

Private Methods

Méthode Description
ExecuteAboutCommand ( object arg ) : void
ExecuteCloseCommand ( object arg ) : void
ExecuteGenerateDiagramDataCommand ( string objects ) : void

Method Details

ChartWindowPresentationModel() public méthode

public ChartWindowPresentationModel ( IChartWindow view ) : System
view IChartWindow
Résultat System

DataBind() public méthode

public DataBind ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string property ) : void
property string
Résultat void